Using version 3.2.4 (build 13298) and opening up an FTP connection to a Connect:Enterprise FTP server, it's requesting the modification time of every file even though the operation isn't supported. Seems like it should detect that the command isn't supported and auto-fail any subsequent attempts.
Code:
2/9/2011 9:59:21 AM Sent> MDTM clickfox.CF_IVR_DAILY_CHANGES_20110204_01_01.tar.gz 2/9/2011 9:59:21 AM Recv> 550 Operation is not supported under Connect:Enterprise FTP server. 2/9/2011 9:59:21 AM Sent> MDTM cf_web_nrt_daily_activity_20110203.1_1.tar.gpg 2/9/2011 9:59:21 AM Recv> 550 Operation is not supported under Connect:Enterprise FTP server. 2/9/2011 9:59:21 AM Sent> MDTM CF_OLAM_DAILY_ACTIVITY_20110203.1_1.tar.gz.gpg 2/9/2011 9:59:21 AM Recv> 550 Operation is not supported under Connect:Enterprise FTP server. 2/9/2011 9:59:21 AM Sent> MDTM CF_PMR_DAILY_ACTIVITY_20110203.1_1.tar.gpg 2/9/2011 9:59:21 AM Recv> 550 Operation is not supported under Connect:Enterprise FTP server. 2/9/2011 9:59:21 AM Sent> MDTM clickfox.CF_CRM_DAILY_CHANGES_20110204_00_01.tar.gz 2/9/2011 9:59:21 AM Recv> 550 Operation is not supported under Connect:Enterprise FTP server. 2/9/2011 9:59:21 AM Sent> MDTM clickfox.TELG_BAN_DISCOUNT_CHANGE_20110203_01_01.dat.gz 2/9/2011 9:59:22 AM Recv> 550 Operation is not supported under Connect:Enterprise FTP server. 2/9/2011 9:59:22 AM Sent> MDTM clickfox.TELG_BAN_DISCOUNT_CHANGE_ctrl_20110203_01_01.dat 2/9/2011 9:59:22 AM Recv> 550 Operation is not supported under Connect:Enterprise FTP server.
Comment