ftp - Connecting to vps via sftp using Filezilla -
edit start : background before question:
i used connect vps fine filezilla
now, did do-release-upgrade on server , can't connect filezilla. didn't change parameter in filezilla on laptop, guess problem coming server, if think filezilla issue , i'd rather check filezilla forum, let me know.
edit end
i try connect server using sftp
. in command line,
sftp -p 22 username@xx.xxx.xx.xxx
runs fine. filezilla,
response: fzsftp started command: open "username@xx.xxx.xx.xxx" 22 error: connection timed out error: not connect server
what missing?
command: open "username@xx.xxx.xx.xxx" 22
this should only
command: open xx.xxx.xx.xxx 22
username send in later stages , have different field in filezilla configuration:
Comments
Post a Comment