ISSUE: sftp://forio.com fails to resolve

I tried to set up SFTP connection to upload project components directly from preferred text editor.
But my computer fails to resolve sftp://forio.com to proper host.
I used windows command line/browser/ftp options to double check.

Are there any known issues?

Hi Julius,

Be sure to specify port 9042.

Also remember that your sftp username is your email address. What program are you using to connect? If you are using a command line client and entering the username at the command line you will need to escape the “@” in your email so that it doesn’t think it’s part of the domain name,

WILL

Hi Will,

Thank you for fast reply.
I did manage to connect over SFTP to forio.com.

Initially, I tried to use “sftp://forio.com” as a host name as suggested on project page. But after some extra time, I remembered, that host names usually does not include protocol prefix when entering into connections interfaces. Simply using “forio.com” as host name worked magic.

If I have used FTP on daily basis, that would have been trivial. :smile:

Julius