1、打开linux系统中的ftp服务
su - root
service vsftpd status
service vsftpd start
service iptables stop (关闭防火墙)
2、在window中使用ftp连接linux
在命令窗口中
ftp 192.168.1.111(linux的IP地址)
3、从linux中下载文件到本地
ftp>cd expdp_dir
ftp>ls
ftp>bin (用二进制进行传输避免产生乱码)
ftp>get test.dmp
ftp>bye
4、上传文件到linux中
ftp>bin
ftp>put d:\test.dmp
ftp>bye
su - root
service vsftpd status
service vsftpd start
service iptables stop (关闭防火墙)
2、在window中使用ftp连接linux
在命令窗口中
ftp 192.168.1.111(linux的IP地址)
3、从linux中下载文件到本地
ftp>cd expdp_dir
ftp>ls
ftp>bin (用二进制进行传输避免产生乱码)
ftp>get test.dmp
ftp>bye
4、上传文件到linux中
ftp>bin
ftp>put d:\test.dmp
ftp>bye
本文将指导您如何在Linux系统中配置并使用FTP服务,包括开启FTP服务、通过Windows客户端连接Linux主机,以及如何在Linux和Windows之间进行文件上传下载。
6383

被折叠的 条评论
为什么被折叠?



