在lrzsz方式下文件上传。
最先安裝lrzsz包。
[root@localhost ~]# yum install -y lrzsz
根据ftp文件上传。
[root@localhost ~]# yum install -y vsftpd
vsftpd能够被各种各样客户应用,这儿是以普通用户的方式。
[root@localhost ~]# useradd aaaD:>ftp 192.168.1.100联接到 192.168.1.100。220 (vsFTPd 3.0.2)200 Always in UTF8 mode.客户(192.168.1.100:(none)): aaa331 Please specify the password.登陆密码:230 Login successful.ftp> ls200 PORT command successful. Consider using PASV.150 Here comes the directory listing.226 Directory send OK.ftp> put 111.txt200 PORT command successful. Consider using PASV.150 Ok to send data.226 Transfer complete.ftp> ls200 PORT command successful. Consider using PASV.150 Here comes the directory listing.111.txt226 Directory send OK.ftp: 接到 12 字节数,用时 0.00秒 12000.00千字节/秒。ftp>
Xftp提交。
sftp 192.168.1.100sftp:/root> put 111.txtUploading 111.txt to remote:/root/111.txt
引言
之上方式全是常见的,因此要依据自身的工作中挑选适宜自身的操作方法。
1.本站大部分内容均收集于网络!若内容若侵犯到您的权益,请发送邮件至:duhaomu@163.com,我们将第一时间处理!
2.资源所需价格并非资源售卖价格,是收集、整理、编辑详情以及本站运营的适当补贴,并且本站不提供任何免费技术支持。
3.所有资源仅限于参考和学习,版权归原作者所有,更多请阅读网站声明。