Use SecureCRT-upload and download data-Linux Enterprise Application-Linux server application information. For details, see the following. SecureCRT is used almost every day as the client software for Linux SSH, but it has never been well studied. Today, when I look up SSH information online, some netizens said they could use SecureCRT to upload and download documents. According to the method to test, is still in use. Thank you!
The original SecureCRT can use the zmodem protocol in linux to quickly transfer files, which is very convenient. ftp is used to transfer files before, which is much more convenient.
Set the default directory for upload and download in SecureCRT.
Open options --> session options and find Xmodem/Zmodem. You can set the upload and download directories in the options.
In this way, 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 a session window is displayed in SecureCRT. You only need to select the file to be transferred for sending.
It's easy. If a friend uses SecureCRT to connect to ssh, but does not open the ftp service to the outside world, you may try this method to transfer your files. I personally think it is quite practical, although I did not find it, I wrote it to help myself and others. Don't laugh at me if you already know me, huh, huh!
PS: If the command sz and rz are not found in use, you need to install the tools
I use Ubuntu, so it's easy to search.
Lrzsz-Tools for zmodem/xmodem/ymodem file transfer
Sudo apt-get install lrzsz
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.