Linux Tool SecureCRT uses RZ and SZ commands

tags: Linux software installation  linux

Foreword

  • centos 7.6
  • win10

installation

yum install lrzsz

Server receives files

It can be understood as an uploaded file to the server.

  1. Receive file command
shell> rz
  1. Select the file that needs to be uploaded locally
  2. Upload

Server send files

It can be understood as downloading the file from the server.

  1. Send a file command
shell> sz xxx.log
  1. Waiting for download to complete
  2. Look for a downloaded file on the local computer. File defaults to Win10 download directory:C: \ Users \ User Name \ Downloads

Intelligent Recommendation

Explanation of Linux sz and rz commands

Foreword: 1. If the lrzsz installation package has not been installed on the machine, the rz and sz commands cannot be used. You can use the yum command to install: The successful installation interfa...

Usage of RZ and SZ commands in Linux

Foreword Rz, SZ is a command line tool that Linux / UNIX is transmitted with Windows for ZMODEM files. The advantage is that you don't have to open an SFTP tool to log in to download the download file...

LINUX lacks RZ and SZ commands

Project scene: Linux lacks RZ and SZ commands Problem Description: LINUX lacks RZ and SZ commands solution: 1. Installation through command Since the CentOS system does not bring its own RZ/SZ command...

Linux uses sz and rz commands to download and upload files

It is always necessary to upload and download files when remotely connecting to the Linux server for operation. To achieve this, you can either use FTP or use the scp command on the local terminal. Bu...

LINUX uses SZ and RZ commands to pass files and secro

Applicable scenarios: FTP and SFTP tools cannot be used. Ignore the number of login layers. download Dependencieslrzsz Download file from the server to local: The download path is as follows: Upload D...

More Recommendation

Linux installation RZ SZ tool

Download RZSZ tool: And upload to the following path of the Linux server...

install SecureCRT rz and sz

rz : Type RZ directly to the shell interface in Linux sz: Type SZ FileName to download file directly in the shell interface in Linux The default path for downloading the file is: c: \ users {username}...

Linux using SecureCRT to upload and download file commands sz and rz usage examples

Turn: http://www.jb51.net/LINUXjishu/163820.html Among them, for the understanding and memory of sz and rz I used the following method (because many times it is easy to confuse): The s in sz means sen...

Upload and download files using SecureCRT (using the sz and rz commands)

Upload and download files using SecureCRT (using the sz and rz commands) With securetCRT, the linux command sz can be used to easily download files from the server to the local, and the rz command is ...

[Linux] RZ and SZ commands in linux in detail

[Linux] RZ and SZ commands in linux in detail 1. Simple introduction rz, sz isLinux/Unix and Windows for the command line tool for zmodem file transmission. The advantage is that you don't need to ope...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top