Today when using Linux, think of uploading files to the Linux server on a Windows client.
A method is described below.
You can upload and download files via SECURECRT (using the SZ and RZ commands).
1. Installing Lrzsz
Enter the following command in the SECURECRT
[Email protected] ~]# sz Tar.sh-bash
If the return Sz:command not found represents a package that does not have Lrzsz installed, you can install it by entering the following command:
CentOS, RHEL series:
Yum Install Lrzsz
Ubuntu Series:
sudo apt-get install Lrzsz
2. Usage
Download a file sz filename
Download multiple files sz filename filename ...
Download the file under a directory sz Dir/filename
Download all files in a directory sz dir/*
RZ usage:
At the command line, enter the command RZ, the File Selection dialog box appears, select the file to upload, you can specify multiple files at one time, the path to the server is the directory of the currently executing RZ command .
For example: I want to upload the file to the Linux desktop, first enter the command CD ~/desktop
Enter the RZ command.
3. Set up download and upload directory
SecureCRT main interface, options-session options
The Linux Learning Trilogy (iii)