window中使用ftp連線linux

773281375發表於2014-03-17
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

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29489498/viewspace-1123103/,如需轉載,請註明出處,否則將追究法律責任。

相關文章