jakebur01 Posted January 8, 2009 Share Posted January 8, 2009 I built a php upload script. The 5mb text file was taking forever to upload. I have other text files that are around 8mb. It works well with smaller files. It just takes to long with big files. Is it possible to ftp a file off of my local machine onto the server using php? Link to comment https://forums.phpfreaks.com/topic/140065-trouble-getting-file-on-server/ Share on other sites More sharing options...
MatthewJ Posted January 8, 2009 Share Posted January 8, 2009 http://www.php.net/ftp sure is Link to comment https://forums.phpfreaks.com/topic/140065-trouble-getting-file-on-server/#findComment-732814 Share on other sites More sharing options...
jakebur01 Posted January 8, 2009 Author Share Posted January 8, 2009 does it not have to upload to a temporary directory on the server before ftping? Link to comment https://forums.phpfreaks.com/topic/140065-trouble-getting-file-on-server/#findComment-732819 Share on other sites More sharing options...
jakebur01 Posted January 8, 2009 Author Share Posted January 8, 2009 Any ideas? I need for the user to ftp from their local computer to the server via ftp using php on the server. I want to bypass the temp directory. My webhost called and said that his temp folder got overloaded. Link to comment https://forums.phpfreaks.com/topic/140065-trouble-getting-file-on-server/#findComment-732841 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.