Hi,
I am using an FTP client GPL written in PHP, and am trying my luck to get my problem solved here, hopefully.
I've set up an FTP server in my intranet. The FTP and web server is the one and the same box. FYI, Apache 1.3 on Win2K with php 4.2.2.
I was trying to upload a file using ftp_put command. It returned OK, but the file was uploaded partially. For example, a Word document of 19kb only uploaded 12kb, thereby rendering it useless and unable to be opened.
Since I'm operating within the intranet, proxies and firewalls are not my concerns here. The only "walls" are the routers and network switches. I've checked with the network boys to see if there are any packet filtering set in the routers. They said if FTP traffic gets through, there should'nt have been any problems. They are just as perplexed as I am on this partial upload problem.
This only happens when using the php-built FTP client. If using CuteFTP, WS-FTP, or command line FTP, there are no problems. Files get uploaded correctly.
Anyone, help me!!😕