Changes between Initial Version and Version 1 of Ticket #3174
- Timestamp:
- May 27, 2009 2:55:03 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3174
- Property Component changed from core to ftp
- Property Summary changed from Cyberduck can't connect to certain FTP-Servers to Unexpected null reply
-
Ticket #3174 – Description
initial v1 1 1 If I try to connect with standard settings normal ftp to an server following error occurs in my console: 2 2 3 4 {{{ 3 5 05.05.09 14:21:35 [0x0-0x7d07d].ch.sudo.cyberduck[1243] 2009-05-05 14:21:35,969 [Background] WARN com.enterprisedt.net.ftp.FTPClient - Failed to negogiate UTF-8 charset:Option not recognized. 6 7 }}} 4 8 5 9 If I change the encoding to iso, following error occurs: 6 10 7 05.05.09 14:22:14 [0x0-0x7d07d].ch.sudo.cyberduck[1243] 2009-05-05 14:22:14,397 [Background] ERROR ch.cyberduck.core.ftp.FTPSession - IO Error: Unexpected null reply received 11 12 {{{ 13 05.05.09 14:22:14 [0x0-0x7d07d].ch.sudo.cyberduck[1243] 2009-05-05 14:22:14,397 [Background] ERROR ch.cyberduck.core.ftp.FTPSession - IO Error: Unexpected null reply received 14 }}} 15