当前位置:网站首页>Xshell transfer file
Xshell transfer file
2022-06-30 06:57:00 【⊙ ω ⊙ go farther and farther on the road of learning ~~】
Xshell Transfer files

Upload path : Introduce what we need to say to Linux There's something going on in the system .
Download path : It's us Linux Copy the size in the system .
One 、 adopt sftp command
open
Xshell, Enter the command :sftp <ip>, Preparing to connect to the remote server
according to
XshellThe pop-up window of , Enter the login user name and password

Of course , You can also provide the login user directly in the input command :
sftp <user>@<ip>, suchXshellA window will pop up to prompt you to enter the corresponding password to log in
Login successful , Will see about
sftpPrompt

- If you want to know the present
sftpWhat commands are available in the environment , Direct inputhelpcommand , Press enter to view
- about
sftpcommand , Master the following ( Just knock more to understand the usage ):
pwdAndlpwd,pwdIs to view the current directory path of the remote server ,lpwdIs to view the current directory path of the local computer ;cdAndlcd,cdIs to switch the directory of the remote server ,lcdIs to switch the directory of the local computer ;lsAndlls,lsYes viewsftpFile information of the current directory of the server ,llsIs to view the file information of the current directory of the local computerputAndget,putyes Upload files ( From the local computer to the remote server ),getyes Download the file ( From the remote server to the local computer )exit/quit, sign out
Two 、xftp
- Download and install
XftpTools . openXftpTools , Click on “ newly build ”.
- stay “ New session properties ” Choose from “ name ” Name the host , stay “ host ” Enter the host in the column
IP,“ agreement ” and “ Port number ” Usesftp and 22, stay “ user name ” and “ password “ Enter the account password in the column . Click ok .
- Connected to the
FTPAfter the server , On the right side of the windowFTPServer directory and file list ;
- Right click the local file to be uploaded on the left and click ” transmission “ You can transfer local files to a remote server , Or you can upload and download files by dragging left and right ; Of course, the reverse operation can also download files from the remote server to the local .
3、 ... and 、rz Upload and sz download
- Get into
LinuxSystem . Install a software , This software introduces how to upload and download .

- Realize file upload : Enter at the command line
rzcommand , It will automatically jump out of the file upload path , We just choose .
- Implementation of the file download :
sz -aFile path

边栏推荐
- 【Hot100】15. 三数之和
- How to set the hot deployment of idea web project
- ROS service communication programming
- 1285_把AUTOSAR函数以及变量等定义的宏用脚本展开以提高可读性
- Combat simulation system data
- RT thread Kernel Implementation (IV): multi priority
- 1.3 - 码制
- [JSON tutorial] Chapter 1 learning notes
- 0基础转行软件测试,如何实现月薪9.5k+
- Huawei full-scale Daniel shared the 598 page full-color Manual of network protocols for the first time
猜你喜欢

File transfer protocol, FTP file sharing server
![[mask RCNN] target detection and recognition based on mask RCNN](/img/80/f3db990b4f242609679d872b0dfe00.png)
[mask RCNN] target detection and recognition based on mask RCNN

【docsify基本使用】

First line of code (Third Edition) learning notes

C language: exercise 3

Google Earth engine (GEE) - Murray global tidal wetland change V1 (1999-2019) data set

力扣------替换空格

Force buckle ------ replace blank space

1.9 - Classification of memory

MySQL中的InnoDB引擎
随机推荐
ETL为什么经常变成ELT甚至LET?
1.4 - fixed and floating point numbers
记录一次腾讯测试开发工程师自动化接口测试实践经验
Practice summary of Prometheus project in amu Laboratory
Authority management system
Force buckle ------ replace blank space
Fastapi learning Day2
RT thread migration to s5p4418 (IV): thread synchronization
Records of problems solved (continuously updated)
[Hot100]回文子串 与 最长回文子串
Ffmplay is not generated during the compilation and installation of ffmpeg source code
RT thread application
Introduction to programming ape (11) -- structure
【Hot100】15. 三数之和
基础刷题(一)
15 minutes learn to use JWT
MySQL优化:从十几秒优化到三百毫秒
【Hot100】11. Container with the most water
判断h5在两端是在微信环境还是企业微信环境
Unity中实现溶解(Dissolve)特效及其原理解析