Linux uses securecrt to upload and download files Tutorial:
In our daily work, we often need to upload or download some files, Linux users are no exception. So what are some of the more useful uploading and downloading tools in Linux? Today's little compilation teaches you how to use SecureCRT to upload or download files.
Specific steps to operate:
1, need to upload or download, need to use RZ and sz command. If you do not have these two command tools on Linux, you need to install them first. You can use the Yum installation. Run command yum install Lrzsz.
2. After installation, you can use the RZ command to upload local files to the Linux platform. When you run the RZ command, a dialog box pops up for the selection file.
3, select the file you want to upload the folder, and then click on the file. Then click the Add button and the "Sent File" box will display the file you want to upload. Click on the OK button to complete the upload.
4, if you need to download the Linux file, use the SZ command. SZ plus file full path, such as: Sz Install.log. This downloads to a local default folder.
5, the use of SZ upload, the selection box will open in advance is a default directory. When you use the SZ download, you will also download to a default directory. This default directory can be set.
6, the need to set the upload and download the default directory, click on the securecrt menu bar options = "Session options." Open the Session Options dialog box, click the terminal in the category = "X/y/zmodem."
7, in the dialog box to the right there is a set of directories, this is the upload and download the default directory. After modifying the desired directory, click OK.
Note: Upload, if uploaded to the Linux directory with the same name of the file, is unable to upload, you need to delete the Linux file on the same name.
The above is in the Linux system using SECURECRT upload or download files of the specific procedures, do not know what tools to upload and download files users, may wish to try securecrt this tool bar.