Skip navigation

SFTP - Secure File Transfer Protocol

ftp / sftp

Az ftp / sftp paranccsal be lehet lépni egy távoli gépre és ott dolgozni a fájlrendszerben. Ekkor egy ftp-s promptot kapun. A put, get parancsokkal fájlokat tudunk felölteni és letölteni. Az lput, lget parancsokkal pedig a lokális gépen lévő fájlokra és könyvtárakra tudunk hivatkozni.

sftp [-1246aCfpqrv] [-B buffer_size] [-b batchfile] [-c cipher]
          [-D sftp_server_path] [-F ssh_config] [-i identity_file] [-l limit]
          [-o ssh_option] [-P port] [-R num_requests] [-S program]
          [-s subsystem | sftp_server] host
       sftp [user@]host[:file ...]
       sftp [user@]host[:dir[/]]
       sftp -b batchfile [user@]host

Példa

Lépjünk be a linux.inf.u-szeged.hu szerverre! Lépjünk be a /pub/OperaciosRendszerek könyvtárba és listázzuk tartalmát! Töltsük le a Nappali könyvtár tartalmát.

gabor@linux OperaciosRendszerek]$ sftp gnemeth@linux.inf.u-szeged.hu
gnemeth@linux.inf.u-szeged.hu's password:
Connected to linux.inf.u-szeged.hu.
sftp> cd /pub/OperaciosRendszerek/
sftp> ls
Levelezo                       Makay_Arpad_OS_eloadasa        
Nappali  
sftp> help
Available commands:
bye                                Quit sftp
cd path                            Change remote directory to 'path'
chgrp grp path                     Change group of file 'path' to 'grp'
chmod mode path                    Change permissions of file 'path' to 'mode'
chown own path                     Change owner of file 'path' to 'own'
df [-hi] [path]                    Display statistics for current directory or
                                   filesystem containing 'path'
exit                               Quit sftp
get [-afPpRr] remote [local]       Download file
reget [-fPpRr] remote [local]      Resume download file
reput [-fPpRr] [local] remote      Resume upload file
help                               Display this help text
lcd path                           Change local directory to 'path'
lls [ls-options [path]]            Display local directory listing
lmkdir path                        Create local directory
ln [-s] oldpath newpath            Link remote file (-s for symlink)
lpwd                               Print local working directory
ls [-1afhlnrSt] [path]             Display remote directory listing
lumask umask                       Set local umask to 'umask'
mkdir path                         Create remote directory
progress                           Toggle display of progress meter
put [-afPpRr] local [remote]       Upload file
pwd                                Display remote working directory
quit                               Quit sftp
rename oldpath newpath             Rename remote file
rm path                            Delete remote file
rmdir path                         Remove remote directory
symlink oldpath newpath            Symlink remote file
version                            Show SFTP version
!command                           Execute 'command' in local shell
!                                  Escape to local shell
?                                  Synonym for help
sftp>
sftp> get -r Nappali/
Fetching /n/pub/OperaciosRendszerek/Nappali/ to Nappali
Retrieving /n/pub/OperaciosRendszerek/Nappali
Retrieving /n/pub/OperaciosRendszerek/Nappali/Peldak
/n/pub/OperaciosRendszerek/N 100%  272     9.8KB/s   00:00    
/n/pub/OperaciosRendszerek/N 100%  268    10.6KB/s   00:00    
/n/pub/OperaciosRendszerek/N 100%  248    19.8KB/s   00:00    
/n/pub/OperaciosRendszerek/N 100%   53     3.1KB/s   00:00    
/n/pub/OperaciosRendszerek/N 100%   49     1.8KB/s   00:00    
/n/pub/OperaciosRendszerek/N 100%  808    71.6KB/s   00:00    
/n/pub/OperaciosRendszerek/N 100%  352    28.1KB/s   00:00    
Retrieving /n/pub/OperaciosRendszerek/Nappali/2012
/n/pub/OperaciosRendszerek/N 100% 1914KB 245.9KB/s   00:07    
/n/pub/OperaciosRendszerek/N 100%  972KB 251.7KB/s   00:03    
/n/pub/OperaciosRendszerek/N 100%  100KB 192.8KB/s   00:00    
/n/pub/OperaciosRendszerek/N 100%  626KB 218.3KB/s   00:02 
...