sftp
sftp, Secure Ftp is a file transfer management tool based on SSH security protocol. Because it is based on SSH, it will encrypt the user's password, data and other sensitive information during the transmission process, so it can effectively prevent the user information from being stolen during the transmission process, not only can transfer the file data, but also can carry out remote files. management.
Create a connection: # sftp user@host
Upload the file locally: # put localpath
Download the file: #get remotepath
Corresponds to the remote For local operations, just add ”l” before the command, which is convenient and easy to remember.
Example: lcd lpwd lmkdir
scp
scp is a secure file transfer program based on the SSH security protocol. Unlike sftp, it only provides file transfer between hosts and has no file management capabilities.
Copy local_file to remote directory remote_folder# scp local_file remote_user@host:remote_folder
Copy local_folder to remote remote_folder (requires parameter -r recursion)# scp –r local_folder remote_user@host: Remote_folder
The above command is written in reverse to remote replication to the local
sz/rz
sz/rz is a command based on the ZModem transport protocol. The transmitted data will be checked and has good transmission performance, which is very convenient to use.
Download data to the local download directory: # sz filename1 filename2 …
Upload data to remote: #rz –be
The client will pop up the upload window.
For Linux systems, whether it is a central processor, memory, disk drive, keyboard
Redis is an open source, log-based, Key-Value database that is written in ANSI C, supports networki
I believe that many users who use Linux systems will feel that command line operations are faster th
Introduction to Soft InterruptsInsert processing that can be deferred from the hard interrupt handl
CentOS 5.5 Linux Mount Windows NTFS File System
Modification of file access rights under Unix operating system
Linux system mount point and partition relationship
Linux operating system network card installation guide (below)
VMware View4.5 Virtual Desktop Solution FAQ
What if your Unix/Linux chmod file is canceled with the x attribute?
Windows and Linux dual system uninstall Linux system
The service does not support the solution of chkconfig
Startup tutorial for multiple Oracle instances under Linux platform
What if the Win7 printer can't access the share?
What is the difference between Win8 and Windows RT?
Win7 desktop icon shows that the icon is not normal, how to restore it?
How to set the quick start function of win10
Modify the 2k/XP default refresh rate with the registry
Win8 system Metro application switching method
The Windows Recycle Bin uses the basics of the Raiders.
Win8 system to create application shortcuts on the desktop method