There are also many commands for uploading and downloading in Linux. Here we will introduce the commands for using SecureCRT. Here we will discuss the settings and usage of the default path. The use of upload and download involves two steps: Linux to pc and pc to Linux.
First, set the path for saving SecureCRT upload and download files
Options-> session-> Xmodem/Zmodem-> upload/download-> OK
Then check whether there are the sz rz commands in the system (the commands in FreeBSD are lrz and lsz)
If there is just skip here, if not, then installing lrzsz online can be easily found, such as http://download.chinaunix.net/down.php? Id = 12772 & ResourceID = 6293 & site = 1
After downloading, it is a common installation method. decompress the package, and choose configure; make install.
I downloaded the src. rpm package. For more information about how to install the. src. rpm package, see here.
1. upload files from linux to PC
Shell> sz/etc/rc. local
Example:
[Root @ test root] # sz/etc/rc. local
Rz
Starting zmodem transfer. Press Ctrl + C to cancel.
Transferring rc. local...
100% 464 bytes 464 bytes/s 00:00:01 0 Errors
2. upload files from a PC to linux
Shell> rz
Select the file to be transferred and click OK.
- Detailed parsing of Linux user operation records
- Differences between Linux and Unix
- Introduction to Linux XFS file system I)
- Detailed analysis of Linux folder execution Permissions
- Linux bash shortcut keys