danieldrave Posted September 16, 2011 Posted September 16, 2011 Hi all, I use ssh quite a lot at the command line/terminal (MAC OSX) to connect to my university server. The question is: what is the syntax for transferring directories from my home folders to the university server? Thanks, Dan xx
timo Posted September 16, 2011 Posted September 16, 2011 I use scp (secure copy). Only for single files (for full directories/projects I use subversion), but I would expect that scp can also copy full directories if you add a "-r" switch or something like that.
Cap'n Refsmmat Posted September 16, 2011 Posted September 16, 2011 You may also be able to use your SSH credentials in a program like CyberDuck or Transmit to connect to the server with SFTP or SCP, then transfer files in the GUI.
jacobson Posted October 1, 2011 Posted October 1, 2011 If you must use ssh, then scp is the way to go... But if you want to transfer files from your mac to the server, you can simply use: http://filezilla-project.org/download.php?type=client
alextui Posted October 12, 2011 Posted October 12, 2011 Use "SSH Secure Shell", it comes with gui for transfer file.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now