本文由 千趣源码 – qianqu 发布,转载请注明出处,如有问题请联系我们!windows传文件到linux命令-linux和windows文件共享方法
在lrzsz方式下文件上传。
最先安裝lrzsz包。
[root@localhost ~]# yum install -y lrzsz
根据FTP文件上传。[root@localhost ~]# yum install -y vsftpdvsftpd能够被各种各样客户应用,这儿是以普通用户的方式。
[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引言
之上方式全是常见的,因此5201;依据自身的工作中挑选适宜自身的操作方法。







