Difference between revisions of "Remote control"

From New IAC Wiki
Jump to navigation Jump to search
Line 5: Line 5:
  
  
to copy file from current place to remote machine
+
*scp
*scp file shaproma@inca.iac.isu.edu:/home/file                                  
+
**scp file shaproma@inca.iac.isu.edu:/home/file (to copy file from current place to remote machine)                                 
  
 
to copy all directory .../doc/ from remote machine to current dir
 
to copy all directory .../doc/ from remote machine to current dir

Revision as of 16:56, 27 September 2013

  • ssh -Y shaproma@inca.iac.isu.edu
  • ssh -Y shaproma@aztec.iac.isu.edu
  • ssh -Y shaproma@tesla.iac.isu.edu
  • iac.isu.edu/manuals iacuser iacuser


  • scp
    • scp file shaproma@inca.iac.isu.edu:/home/file (to copy file from current place to remote machine)

to copy all directory .../doc/ from remote machine to current dir

  • scp -r shaproma@tesla.iac.isu.edu:/home/shaproma/Documents/Remcom/XFdtd/doc/ .

to copy all files .../doc/* from remote machine to current dir

  • scp -r shaproma@tesla.iac.isu.edu:/home/shaproma/Documents/Remcom/XFdtd/doc/* .

PuTTY: moving a file from your computer to a server [1]


  • for windows machine use winscp


  • nautilus //to start file browser


PuTTY