###### tags: `網路` # 使用WinSCP實做windows與linux資料戶傳 ## linux端 sudo service vsftpd start //開啟 ### 錯誤解決  執行: sudo apt-get install vsftpd //安裝 linux端要下載時會失敗,是因為client端權限沒開 找到vstpd.conf這個檔案 預設在 /etc/vsftpd.conf ll /etc/vsftpd.conf  -rw-r--r-- 使用者root可以讀寫 其他只能r sudo vim /etc/vsftpd.conf /write_enable 把#註解拿掉可以開放client端下載 esc shift+: wq 退出 ## windosw端 開啟windows的WinSCP 檔案協定選擇FTP 伺服器端 server 主機名稱172.16.80.118 //此為linux ip 使用者名稱:jerry //使用者 密碼:123456 //密碼 
×
Sign in
Email
Password
Forgot password
or
By clicking below, you agree to our
terms of service
.
Sign in via Facebook
Sign in via Twitter
Sign in via GitHub
Sign in via Dropbox
Sign in with Wallet
Wallet (
)
Connect another wallet
New to HackMD?
Sign up