SECURECRT on Linux and Windows local file transfer
SECURECRT on Linux and Windows local file transfer
SecureCRT and Sshclient different is, securecrt no graphic file transfer tool, but also does not affect, with the command to achieve, in fact, will be convenient and much faster.
The first way:
Upload a file simply enter the command "RZ" in the shell terminal emulator to select the file on the local disk from the popup dialog and upload it to the current path of the server using Zmodem.
Download file simply enter the command "SZ file name" in the shell terminal emulator to download the file to a local directory using Zmodem.
You can modify the default path that is downloaded to local by using "File Transfer". Set default directory: Options-->session options-->file transfer.
The second way: with SFTP
SECURECRT Press Alt+p to open a new session for FTP operation.
Input: The help command, which shows that FTP provides all the commands
PWD: Querying the directory where the Linux host resides (that is, the remote host directory)
LPWD: Querying a local directory (typically the directory where Windows uploads files: we can see "session Options" in the "Options" drop-down box, we know that the local upload directory is: d:/My Documents)
ls: query which files are connected to the directory in which the current Linux host resides
LLS: Query what files are currently in the local upload directory
LCD: Change the path of the local upload directory
CD: Change the remote upload directory
Get: Download files from a remote directory to a local directory
Put: Uploading files from a local directory to a remote host (Linux)
Quit: Disconnect FTP connection
SECURECRT on Linux and Windows local file transfer