小弟想使用可以排程備份檔案到遠端FTP的軟體
先使用了SyncBack SE,功能非常符合我的需求(FTPS,Unicode...)
但無奈價格不斐...
所以另外找了一套Cobian Bacckup,但在SSL/TLS設定上有問題...
Server使用Filezilla FTP Server,啟動了SSL/TLS
使用SyncBack SE,Port 990,連線上都沒什麼問題
但使用Cobian時,一直無法成功(使用Port:990),但是把Port改成21時就可以使用了...
Cobian設定:被動傳輸,Port:990,TLS必要,驗證類型自動,SSL類型Both,加密模式SSLv3或TLSv1...
是我有誤解嗎?透過SSL/TLS加密連線時Port不一定要990,使用21也可以?
以下我分別貼出Log檔請前輩們指教...
SyncBack SE(Port:990):
22:44:06 - (not logged in) (IP)> Connected, sending welcome message...
22:44:06 - (not logged in) (IP)> SSL connection established
22:44:06 - (not logged in) (IP)> USER DEF
22:44:06 - (not logged in) (IP)> 331 Password required for DEF
22:44:06 - (not logged in) (IP)> PASS ************
22:44:06 - DEF (IP)> 230 Logged on
22:44:06 - DEF (IP)> SYST
22:44:06 - DEF (IP)> 215 UNIX emulated by FileZilla
22:44:06 - DEF (IP)> FEAT
22:44:06 - DEF (IP)> 211-Features:
22:44:06 - DEF (IP)> MDTM
22:44:06 - DEF (IP)> REST STREAM
22:44:06 - DEF (IP)> SIZE
22:44:06 - DEF (IP)> MLST type*;size*;modify*;
22:44:06 - DEF (IP)> MLSD
22:44:06 - DEF (IP)> AUTH SSL
22:44:06 - DEF (IP)> AUTH TLS
22:44:06 - DEF (IP)> UTF8
22:44:06 - DEF (IP)> CLNT
22:44:06 - DEF (IP)> MFMT
22:44:06 - DEF (IP)> 211 End
22:44:06 - DEF (IP)> CLNT SyncBackSE
22:44:06 - DEF (IP)> 200 Don't care
22:44:06 - DEF (IP)> OPTS UTF8 ON
22:44:06 - DEF (IP)> 200 UTF8 mode enabled
22:44:06 - DEF (IP)> PWD
22:44:06 - DEF (IP)> 257 "/" is current directory.
22:44:07 - DEF (IP)> CWD /BAK/
22:44:07 - DEF (IP)> 250 CWD successful. "/BAK" is current directory.
22:44:07 - DEF (IP)> PWD
22:44:07 - DEF (IP)> 257 "/BAK" is current directory.
22:44:07 - DEF (IP)> TYPE I
22:44:07 - DEF (IP)> 200 Type set to I
22:44:07 - DEF (IP)> PBSZ 0
22:44:07 - DEF (IP)> 200 PBSZ=0
22:44:07 - DEF (IP)> PROT P
22:44:07 - DEF (IP)> 200 Protection level set to P
22:44:07 - DEF (IP)> PASV
22:44:07 - DEF (IP)> 227 Entering Passive Mode (59,104,252,16,13,168)
22:44:07 - DEF (IP)> STOR SBSE____.6CE
22:44:07 - DEF (IP)> 150 Connection accepted
22:44:07 - DEF (IP)> SSL connection for data connection established
22:44:07 - DEF (IP)> 226 Transfer OK
22:44:07 - DEF (IP)> MFMT 20130228144408 SBSE____.6CE
22:44:07 - DEF (IP)> 213 modify=20130228144408; /BAK/SBSE____.6CE
22:44:07 - DEF (IP)> RNFR SBSE____.6CE
22:44:07 - DEF (IP)> 350 File exists, ready for destination name.
22:44:07 - DEF (IP)> RNTO SBSE____.TMQ
22:44:07 - DEF (IP)> 250 file renamed successfully
22:44:07 - DEF (IP)> DELE SBSE____.6CE
22:44:07 - DEF (IP)> 550 File not found
22:44:08 - DEF (IP)> SIZE SBSE____.6CE
22:44:08 - DEF (IP)> 550 File not found
22:44:08 - DEF (IP)> DELE SBSE____.TMQ
22:44:08 - DEF (IP)> 250 File deleted successfully
22:44:08 - DEF (IP)> QUIT
22:44:08 - DEF (IP)> 221 Goodbye
22:44:08 - DEF (IP)> disconnected.
=================================================================================
Cobian Backup(使用Port:21):
22:43:14 - (not logged in) (IP)> Connected, sending welcome message...
22:43:15 - (not logged in) (IP)> HOST goldenfile.dyndns.org
22:43:15 - (not logged in) (IP)> 500 Syntax error, command unrecognized.
22:43:15 - (not logged in) (IP)> AUTH TLS
22:43:15 - (not logged in) (IP)> 234 Using authentication type TLS
22:43:15 - (not logged in) (IP)> SSL connection established
22:43:15 - (not logged in) (IP)> USER ABC
22:43:15 - (not logged in) (IP)> 331 Password required for ABC
22:43:15 - (not logged in) (IP)> PASS *******
22:43:15 - ABC (IP)> 230 Logged on
22:43:15 - ABC (IP)> FEAT
22:43:15 - ABC (IP)> 211-Features:
22:43:15 - ABC (IP)> MDTM
22:43:15 - ABC (IP)> REST STREAM
22:43:15 - ABC (IP)> SIZE
22:43:15 - ABC (IP)> MLST type*;size*;modify*;
22:43:15 - ABC (IP)> MLSD
22:43:15 - ABC (IP)> AUTH SSL
22:43:15 - ABC (IP)> AUTH TLS
22:43:15 - ABC (IP)> UTF8
22:43:15 - ABC (IP)> CLNT
22:43:15 - ABC (IP)> MFMT
22:43:15 - ABC (IP)> 211 End
22:43:15 - ABC (IP)> CLNT Cobian
22:43:15 - ABC (IP)> 200 Don't care
22:43:15 - ABC (IP)> OPTS UTF8 ON
22:43:15 - ABC (IP)> 200 UTF8 mode enabled
22:43:15 - ABC (IP)> TYPE A
22:43:15 - ABC (IP)> 200 Type set to A
22:43:15 - ABC (IP)> SYST
22:43:15 - ABC (IP)> 215 UNIX emulated by FileZilla
22:43:15 - ABC (IP)> TYPE A
22:43:15 - ABC (IP)> 200 Type set to A
22:43:15 - ABC (IP)> NOOP
22:43:15 - ABC (IP)> 200 OK
22:43:15 - ABC (IP)> CWD
22:43:15 - ABC (IP)> 250 Broken client detected, missing argument to CWD. "/" is current directory.
22:43:15 - ABC (IP)> PWD
22:43:15 - ABC (IP)> 257 "/" is current directory.
22:43:15 - ABC (IP)> 257 Directory created successfully
22:43:15 - ABC (IP)> PWD
22:43:15 - ABC (IP)> TYPE I
22:43:15 - ABC (IP)> 200 Type set to I
22:43:15 - ABC (IP)> PBSZ 0
22:43:15 - ABC (IP)> 200 PBSZ=0
22:43:15 - ABC (IP)> PROT C
22:43:15 - ABC (IP)> 200 Protection level set to C
22:43:15 - ABC (IP)> PASV
22:43:15 - ABC (IP)> 227 Entering Passive Mode (59,104,252,16,13,167)
22:43:16 - ABC (IP)> 150 Connection accepted
22:43:16 - ABC (IP)> 226 Transfer OK
22:43:16 - ABC (IP)> QUIT
22:43:16 - ABC (IP)> 221 Goodbye
22:43:16 - ABC (IP)> disconnected.
=================================================================================
Cobian裡開頭顯示:
> 500 Syntax error, command unrecognized.
但後來又顯示:
> AUTH TLS
> 234 Using authentication type TLS
> SSL connection established
所以我連線上實際已經有透過加密連線了嗎?
再麻煩各位了,謝謝!

X