Hi there!
Thanks for this module, I like it and already have tested it. It works just fine, but I found you CANNOT upload large file - anything bigger than 25mb could hang, and anything bigger than 30mb will die, gives you a blank screen that you don't know where you are.
I dig into the size/time-out issue, I did modify the settings.inc file(s), system php.ini for the max_size, memory, timeout value......, and also enlarge the IIS time-out settings from the server, including IIS - FTP time-out. No good lucky about large file uploading.
I checked the FTP session - there is NO ftp session when you logged into your FTP server throuhg Net2FTP, this means, it's using http method instead of FTP protocol, even the module is using FTP commands in lines, it just did not login to the server via FTP.
So, I do a research on the net, found out a lot people using PHP to upload large file (>20mb) got the same problems, ends up it is a "browser nature" that can't handle huge file through http and php/server combination.
See "Possible Limitations" on a commercial php Web FTP -
http://www.mywebftp.com/mwftp_hoster.phpand the so called "testimonial" on the following page -
http://www.somethingjava.com/index.cfm?content=productsThis is to give everybody heads up if you are planning to use this module, basically it can do FTP without a FTP client so it's a "portable FTP" for smaller files (suggested : less than 25MB per), and surely it works great! However, if you have large file to upload/download, this then isn't your choice. I got BOTH time-out messages from the server (Win2000, EventLogs) for huge file uploading AND downloading. (I used other FTP client to upload a huge file, 40mb, for downloading test) If you need to upload/download a large file, you'd better use Java Applets (see
http://www.jscape.com/ftpapplet/docs.html - have a free edition) which is doing a REAL FTP session so has no "the http limits" at all.
That's my 2 cents.