PDA

View Full Version : FTP Plugin


rhosk
04-21-2006, 04:57 AM
Can someone check the FTP plugin (may be a latest update issue) for me? FTP.Upload seems to lock-up, what appears to be an endless loop, having to end task hard. If I leave it, it will eventually end after a few minutes (very small files), but the files aren't uploaded. Well, there are files uploaded, but the max size is 255 bytes (looks like file header info only)??

If someone could just do a quick test for me to see if an upload works, kind of urgent thanks!!

bule
04-21-2006, 05:12 AM
Perhaps it's the problem with your connection with the server. Did you try some other FTP software to connect to the same server?

rhosk
04-21-2006, 05:18 AM
Yes, no problems there.

Edit:

FTP.SetPassiveMode(true);

Took care of the problem. Thanks for looking :)