If I have an "ssh" account does that mean I can transfer files via "sftp"?
feedback
|
migrated from stackoverflow.com May 3 '10 at 1:10
This question came from our site for professional and enthusiast programmers.
Probably Yes.It's most likely you will be able to transfer files unless the server is specially restricted. | |||
|
feedback
|
|
It would depend on the actual settings on the server but usually when ssh is enabled, so if sftp and scp which I find quicker, but you need to know where the file is located on the remote system and know exactly what it's called | |||
|
feedback
|
|
Not necessarily. With at least OpenSSH, SFTP is a separate subsystem that can be enabled or disabled as desired. You will have SCP available though. | |||
|
feedback
|