Use SecureCRT to transfer files between remote host and local
The difference between SecureCRT and SshClient is that SecureCRT does not have a graphical file transfer tool, but it does not affect it. If you use commands to implement SecureCRT, it will be much more convenient and convenient.
Method 1:
To upload a file, you only need to enter the command "rz" in the shell terminal simulator to select the file on the local disk from the pop-up dialog box and upload it to the current path of the server using Zmodem.
To download a file, you only need to enter the command "sz file name" in the shell terminal simulator to use Zmodem to download the file to a local directory.
You can use "File Transfer" to modify the default download path to your local device. Set the default directory: options --> session options --> file transfer.
Method 2: sftp
Securecrt press ALT + P to start a new session for ftp operations.
Enter the "help" command to display all commands provided by the FTP.
Pwd: query the directory of the linux host (that is, the remote host directory)
Lpwd: query the local directory (generally the directory of files uploaded by windows: You can view the "session options" in the "options" drop-down box. We know that the local upload directory is: D: /My Documents)
Ls: query the files in the directory of the current linux host.
Lls: queries the files in the current local upload directory.
LCD: change the path of the local upload directory
Cd: Change the remote upload directory
Get: downloads files from the remote directory to the local directory.
Put: upload files in the local directory to the remote host (linux)
Quit: disconnect FTP
Two-way communication between Windows 7 and Linux using SecureCRT and file transfer solution
How to Use SecureCRT6.6.2 to log on to Ubuntu through SSH
SecureCRT connects to Ubuntu
Ubuntu 12.04 + Virtual Machine VMware 9 + Secure CRT + EditPlus local C ++ Development Environment setup
Use SecureCRT to transfer files between Linux and Windows
This article permanently updates the link address: