If I have an "ssh" account does that mean I can transfer files via "sftp"?

3

If I have an "ssh" account does that mean I can transfer files via "sftp"?

John Mee

Posted 2010-05-03T01:06:50.387

Reputation: 838

3But the answer is probably yes. – Carl Norum – 2010-05-03T01:08:35.330

And just as a tip, remember there is rsync. It may be installed or not, but in certain situations that works a lot better/easier, so if it works, just try it. – SPRBRN – 2013-03-26T14:55:31.433

Answers

7

Probably Yes.

It's most likely you will be able to transfer files unless the server is specially restricted.

Josh K

Posted 2010-05-03T01:06:50.387

Reputation: 11 754

0

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

lavamunky

Posted 2010-05-03T01:06:50.387

Reputation: 314

0

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.

Ignacio Vazquez-Abrams

Posted 2010-05-03T01:06:50.387

Reputation: 100 516