SecureCRT: Use SecureCRT to upload and download data
Today, I learned that SecureCRT can use the zmodem protocol in linux to quickly transfer files, and it is also very convenient to use. I am also dumb to find other software to sftp, stupid :(
You only need to set the default directory for upload and download.
Options --> session options --> you can set the upload and download directories under file transfer.
For the rest, you only need to log on to the linux terminal using SecureCRT:
Send a file to the client:
Sz filename
Zmodem reception can be started by itself.
Upload files from the client to the linux Server:
As long as the server executes,
Rz
Then select File Sending in SecureCRT, protocol zmodem
It's easy. If you have been using ssh before and haven't opened the ftp service to the outside world, you can directly use this method to transmit your files, which is very convenient :)