I’m not sure I understand what you’re asking, dody. Each repo that you use will have it’s own unique FTP settings, as defined when you set-up git-ftp. If you have multiple projects which need to be uploaded to the same server, but in different folders, you can specify this in the config, i.e.:
git config git-ftp.url ftp.testing.com/path/to/folder
]]>