프로그램 사용/ssh scp sftp
[linux console] sftp - secure file transfer program
구차니
2009. 7. 29. 01:03
sftp는 ssh를 이용한 ftp이다.
별다르게 설정하지 않았다면, 기본값으로 ssh를 통해 sftp로 전송이 가능하다.
사용방법은 위와 같은데 간단하게 예를 들자면,
처럼 사용하면 된다. 머랄까.. 저 형식은 cvs나 svn 포맷같기도 하고..
별다르게 설정하지 않았다면, 기본값으로 ssh를 통해 sftp로 전송이 가능하다.
SYNOPSIS sftp [-1Cv] [-B buffer_size] [-b batchfile] [-F ssh_config] [-o ssh_option] [-P sftp_server_path] [-R num_requests] [-S program] [-s subsystem | sftp_server] host sftp [[user@]host[:file [file]]] sftp [[user@]host[:dir[/]]] sftp -b batchfile [user@]host |
사용방법은 위와 같은데 간단하게 예를 들자면,
# sftp root@192.168.10.10:/home.tar home.tar Connecting to 192.168.10.10... root@192.168.10.10's password: Fetching /home.tar to home.tar /home.tar 8% 1811MB 6.3MB/s 49:58 ETA |
처럼 사용하면 된다. 머랄까.. 저 형식은 cvs나 svn 포맷같기도 하고..