It would be a great feature if you could add compatibility with .publishsettings files from Azure websites.
It's an xml file, and this is a sample of mine. FTP Sites can also be SFTP Implicit:
HTML Code:
<publishData>
<publishProfile
profileName="[SITE NAME] - Web Deploy"
publishMethod="MSDeploy"
publishUrl="[SITE NAME].scm.azurewebsites.net:443"
msdeploySite="[SITE NAME]"
userName="[USER NAME]"
userPWD="[PASSWORD]"
destinationAppUrl="http://[SITE NAME].azurewebsites.net"
SQLServerDBConnectionString=""
mySQLDBConnectionString=""
hostingProviderForumLink=""
controlPanelLink="http://windows.azure.com"
webSystem="WebSites">
<databases />
</publishProfile>
<publishProfile
profileName="[SITE NAME] - FTP"
publishMethod="FTP"
publishUrl="ftp://[XXXXXX].ftp.azurewebsites.windows.net/site/wwwroot"
ftpPassiveMode="True"
userName="[SITE NAME]\[USER NAME]"
userPWD="[PASSWORD]"
destinationAppUrl="http://[SITE NAME].azurewebsites.net"
SQLServerDBConnectionString=""
mySQLDBConnectionString=""
hostingProviderForumLink=""
controlPanelLink="http://windows.azure.com"
webSystem="WebSites">
<databases />
</publishProfile>
</publishData>
FILENAME.publishSettings