SFTP on non-default port #190
Sythelux
started this conversation in
Export: Unity
Replies: 1 comment 4 replies
-
|
Hi, thanks for opening an issue. We'll look at exposing this option. I think exposing an extra optional port field would be more intuitive than server:port since it does'nt require any extra knowledge that this is possible to define. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to deploy my needle project from unity to our sftp server. It is running on a non-default port (as is suggested, when you make SSH on a server on the internet.)
The thing is I can't find a setting to add a port too, when I setup the scriptable object "FTP Server" in Unity. I also can't add the port to the server name.
so what I expect is: either have an extra port field oder the ability to write Servername as: 'example.com:3000' and the deploy to FTP will pick it up.
what is happening is:
I can't put in the port somewhere and when I put it into the servername it says:
ERR: connect: connect->getConnection: client-socket error. Address lookup failed for host example.comwhen I leave it out it says:
ERR: connect: getSftpChannel: Unable to start subsystem: sftpany ideas how to solve this?
Beta Was this translation helpful? Give feedback.
All reactions