由於本機空間不足所以沒辦法下載後再上傳
目前是想直接從主機端使用 FTP 連線然後下載檔案
問題是直接使用 FTP 連線以後不知道為甚麼不能切換 local 端資料夾?
本機端資料夾原本在 /home/test/public_html/test/123
下指令 !cd .. 然後用 !pwd 檢視
資料夾位置沒有改變
在 google 上尋找說可以用 wget 下載整個資料夾
wget -r ftp://"[email protected]":[email protected]/public_html/download/Driver
但是一直回應 Bad port number.
使用 FTP 連線的時候有回應使用的是 port 21
就算加上使用 port 仍然顯示 Bad Port Number.
wget -r ftp://"[email protected]":[email protected]:21/public_html/download/Driver
希望前輩可以指點一下~m(_ _)m