Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 29th, 2012  |  syntax: None  |  size: 0.24 KB  |  hits: 11  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Transferring large number of files from one server to another
  2. $ cd source_directory
  3. $ sftp user@otherserver
  4. Password:
  5. Connected to otherserver
  6. sftp> cd target_directory  //this is changing dir on remote server not local
  7. sftp> put filename