Sftp: Unterschied zwischen den Versionen

Aus Foxwiki
imported>Abdalltifhannour
Die Seite wurde neu angelegt: „´´sftp´´ sftp root@192.168.1.119 passwort : yes[http://www.example.com Link-Text] sftp >> cd...cd“
 
imported>Abdalltifhannour
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:


sftp >> cd...cd
sftp >> cd...cd
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 loc

Version vom 12. März 2019, 14:15 Uhr

´´sftp´´

sftp root@192.168.1.119

passwort : yesLink-Text

sftp >> cd...cd


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 loc