1. Turn on the virtual machine Linux server and open the SECURECRT remote connection Terminal Server;
2. Open the sessionoptions in the options in SecureCRT,
3. In the Open Sessionoptions dialog box, set the upload (upload) path and the download (download) path,
Click OK;
4. Enter the ll command on the SECURECRT to view the files on the server,
Now download the Install.log file to the download directory you just specified on sessionoptions;
5. Enter sz-y install.logon SecureCRT, where-y indicates that if the file already exists, it is overwritten with the newly downloaded file.
If 100% indicates a successful download, look in the download directory that you just specified,
Found that the file has been successfully downloaded;
6. Now upload the local file to the server, assuming the 192.168.1.106-2016-04-28.log is now uploaded to the server, first enter the command rz-yin SecureCRT, where-y or overwrite the upload, enter the completed carriage,
Pop-up dialog box to find the file to upload 192.168.1.106-2016-04-28.log,
Click the file to be uploaded 192.168.1.106-2016-04-28.log, click Add, and FilesTo below Send in the 192.168.1.106-2016-04-28.log after the click OK Upload, while the SECURECRT appears in the prompt,
Generally appear 100% upload success, then use the ls command to see if the upload is successful,
The upload was found to be successful. ("note" Upload txt file does not know why it will fail )
The above upload command rz-y and download command sz-y are checked in the package prior to installation, if not checked at that time, then you can use the yum install lrzsz–y command or yum Groupinstall "dial-upnetworking support"-y command complements the installation.
Linux-21-Configuring the Win client and Linux server upload download files (l004-03)