Is there a way to for the user to set the command used to retrieve directory listings from a FTP (FTPS) site?
Not sure what changed (could be on their site), but BC has stopped working when trying to compare against this specific FTPS site.
BC hangs on the 'Here comes the directory listing' (from the log):
After about 30 seconds, it gives up and shows the following:
FYI, FireFTP used to work on this site, and is now having troubles also...
However FlashFXP (the client software this FTP site recommends) still works.
FlashFXP uses STAT -la to retrieve the directory listing:
So, I'm wondering if I changed BC to use 'STAT -la' it may solve my problem...
Any ideas?
Not sure what changed (could be on their site), but BC has stopped working when trying to compare against this specific FTPS site.
BC hangs on the 'Here comes the directory listing' (from the log):
Code:
8/12/2009 4:15:00 PM Sent> TYPE A 8/12/2009 4:15:00 PM Recv> 200 Switching to ASCII mode. 8/12/2009 4:15:00 PM Sent> PBSZ 0 8/12/2009 4:15:00 PM Recv> 200 PBSZ set to 0. 8/12/2009 4:15:00 PM Sent> PROT P 8/12/2009 4:15:00 PM Recv> 200 PROT now Private. 8/12/2009 4:15:00 PM Sent> PASV 8/12/2009 4:15:00 PM Recv> 227 Entering Passive Mode (192,168,41,78,8,83) 8/12/2009 4:15:01 PM Sent> LIST 8/12/2009 4:15:01 PM Recv> 150 Here comes the directory listing.
Code:
8/12/2009 3:34:27 PM Recv> 226 Directory send OK. 8/12/2009 3:34:27 PM Unable to load ftps://[email protected]/dma/headshots/TGA: Read timed out.
However FlashFXP (the client software this FTP site recommends) still works.
FlashFXP uses STAT -la to retrieve the directory listing:
Code:
[16:18:47] [R] 200 Switching to ASCII mode. [16:18:47] [R] STAT -la [16:18:48] [R] List Complete: 24 KB in 1.53 second (15.8 KB/s)
So, I'm wondering if I changed BC to use 'STAT -la' it may solve my problem...
Any ideas?
Comment