SMG該如何對FTP進行編碼? - 免空

By William
at 2010-02-03T19:54
at 2010-02-03T19:54
Table of Contents
server有開被動模式
使用ftp軟體可以正常連線
我將檔案的連結打入SMG的編碼器裡面
ftp://id:password@IP:port/target.txt
然後可以得到編碼
但適用該編碼丟到SMG去測試
會出現檔案名稱與檔案大小
但無法下載
SMG會出現下面的錯誤訊息
2010/02/03 19:41:01.812 準備下載
2010/02/03 19:41:01.812 分析 SMG 代碼中
2010/02/03 19:41:01.812 通訊協定: FTP
2010/02/03 19:41:01.812 儲存位置: D:\download temp\
2010/02/03 19:41:01.812 正在連接伺服器...
2010/02/03 19:41:01.968 檔案時間: 2009/09/12 22:12:22
2010/02/03 19:41:02.109 is not a valid IP address.
2010/02/03 19:41:02.109 等待 30 秒後重試。
下面是FTP的訊息
2010-02-03 19:53:27 - (not logged in) (192.168.1.1) ! New user connected from
192.168.1.1, sending welcome message...
2010-02-03 19:53:27 - (not logged in) (192.168.1.1) > USER test
2010-02-03 19:53:27 - (not logged in) (192.168.1.1) < 331 User name received,
need password.
2010-02-03 19:53:27 - (not logged in) (192.168.1.1) > PASS *****
2010-02-03 19:53:27 - test (192.168.1.1) ! Successfully logged in.
2010-02-03 19:53:27 - test (192.168.1.1) < 230 User logged in, proceed.
2010-02-03 19:53:27 - test (192.168.1.1) > TYPE I
2010-02-03 19:53:27 - test (192.168.1.1) < 200 Type set to I.
2010-02-03 19:53:27 - test (192.168.1.1) > CLNT SmartGet
2010-02-03 19:53:27 - test (192.168.1.1) < 200 Noted.
2010-02-03 19:53:27 - test (192.168.1.1) > OPTS UTF8 ON
2010-02-03 19:53:27 - test (192.168.1.1) < 200 UTF8 ON
2010-02-03 19:53:27 - test (192.168.1.1) > SYST
2010-02-03 19:53:27 - test (192.168.1.1) < 215 UNIX Type: L8
2010-02-03 19:53:27 - test (192.168.1.1) > CWD /
2010-02-03 19:53:27 - test (192.168.1.1) < 250 CWD Command successful.
2010-02-03 19:53:27 - test (192.168.1.1) > SIZE /200909101035.jpg
2010-02-03 19:53:27 - test (192.168.1.1) < 213 344511
2010-02-03 19:53:27 - test (192.168.1.1) > MDTM 200909101035.jpg
2010-02-03 19:53:27 - test (192.168.1.1) < 213 20090912141222
2010-02-03 19:53:27 - test (192.168.1.1) > PASV
2010-02-03 19:53:27 - test (192.168.1.1) < 227 Entering Passive Mode
(192,168,1,24,2,18).
2010-02-03 19:53:27 - test (192.168.1.1) > ABOR
2010-02-03 19:53:27 - test (192.168.1.1) < 226 Closing data connection.
2010-02-03 19:53:27 - test (192.168.1.1) > QUIT
請問該怎麼設定才能讓SMG順利下載到FTP裡面的檔案呢?
--
使用ftp軟體可以正常連線
我將檔案的連結打入SMG的編碼器裡面
ftp://id:password@IP:port/target.txt
然後可以得到編碼
但適用該編碼丟到SMG去測試
會出現檔案名稱與檔案大小
但無法下載
SMG會出現下面的錯誤訊息
2010/02/03 19:41:01.812 準備下載
2010/02/03 19:41:01.812 分析 SMG 代碼中
2010/02/03 19:41:01.812 通訊協定: FTP
2010/02/03 19:41:01.812 儲存位置: D:\download temp\
2010/02/03 19:41:01.812 正在連接伺服器...
2010/02/03 19:41:01.968 檔案時間: 2009/09/12 22:12:22
2010/02/03 19:41:02.109 is not a valid IP address.
2010/02/03 19:41:02.109 等待 30 秒後重試。
下面是FTP的訊息
2010-02-03 19:53:27 - (not logged in) (192.168.1.1) ! New user connected from
192.168.1.1, sending welcome message...
2010-02-03 19:53:27 - (not logged in) (192.168.1.1) > USER test
2010-02-03 19:53:27 - (not logged in) (192.168.1.1) < 331 User name received,
need password.
2010-02-03 19:53:27 - (not logged in) (192.168.1.1) > PASS *****
2010-02-03 19:53:27 - test (192.168.1.1) ! Successfully logged in.
2010-02-03 19:53:27 - test (192.168.1.1) < 230 User logged in, proceed.
2010-02-03 19:53:27 - test (192.168.1.1) > TYPE I
2010-02-03 19:53:27 - test (192.168.1.1) < 200 Type set to I.
2010-02-03 19:53:27 - test (192.168.1.1) > CLNT SmartGet
2010-02-03 19:53:27 - test (192.168.1.1) < 200 Noted.
2010-02-03 19:53:27 - test (192.168.1.1) > OPTS UTF8 ON
2010-02-03 19:53:27 - test (192.168.1.1) < 200 UTF8 ON
2010-02-03 19:53:27 - test (192.168.1.1) > SYST
2010-02-03 19:53:27 - test (192.168.1.1) < 215 UNIX Type: L8
2010-02-03 19:53:27 - test (192.168.1.1) > CWD /
2010-02-03 19:53:27 - test (192.168.1.1) < 250 CWD Command successful.
2010-02-03 19:53:27 - test (192.168.1.1) > SIZE /200909101035.jpg
2010-02-03 19:53:27 - test (192.168.1.1) < 213 344511
2010-02-03 19:53:27 - test (192.168.1.1) > MDTM 200909101035.jpg
2010-02-03 19:53:27 - test (192.168.1.1) < 213 20090912141222
2010-02-03 19:53:27 - test (192.168.1.1) > PASV
2010-02-03 19:53:27 - test (192.168.1.1) < 227 Entering Passive Mode
(192,168,1,24,2,18).
2010-02-03 19:53:27 - test (192.168.1.1) > ABOR
2010-02-03 19:53:27 - test (192.168.1.1) < 226 Closing data connection.
2010-02-03 19:53:27 - test (192.168.1.1) > QUIT
請問該怎麼設定才能讓SMG順利下載到FTP裡面的檔案呢?
--
Tags:
免空
All Comments

By Tristan Cohan
at 2010-02-05T06:31
at 2010-02-05T06:31

By Tracy
at 2010-02-09T10:13
at 2010-02-09T10:13

By Jessica
at 2010-02-13T21:12
at 2010-02-13T21:12

By Enid
at 2010-02-15T07:13
at 2010-02-15T07:13

By Ida
at 2010-02-16T22:37
at 2010-02-16T22:37

By Emma
at 2010-02-17T05:47
at 2010-02-17T05:47
Related Posts
jdownloader便當狗驗證碼

By Puput
at 2010-02-03T10:51
at 2010-02-03T10:51
推薦的相片上傳空間?

By Connor
at 2010-02-03T01:11
at 2010-02-03T01:11
photobucket最近是不是圖常常失連

By Kumar
at 2010-02-02T16:05
at 2010-02-02T16:05
GOGOBOX URL

By Sierra Rose
at 2010-02-02T13:51
at 2010-02-02T13:51
hotfiles.com下載問題

By Heather
at 2010-02-02T08:39
at 2010-02-02T08:39