Question:
Still looking to create a simple program that uploads/downloads (sometimes large) files preferably without FTP
turkeychickendog
2006-07-13 16:50:10 UTC
I thought I had it recently but with the technique I used ("a PHP get") type of thing I could only upload files under 10mb or so. What I'm looking for is a program that I can create for a client that wants to be able to easily share his files with other people that are working on his projects with him. The program/script would reside on his server but he doesn't want to give his FTP password out or have people able to access the other parts of his site. I've seen some programs for sale that do this but am trying to avoid that if possible.. Because this will be used to share files just between workers security is not a huge concern.. any and all help is Greatly apreciated...
Three answers:
sheeple_rancher
2006-07-13 18:14:13 UTC
PHP can do socket-style networking which means you can do pretty much anything you want with no filesize restrictions.



Check the php manual section XCVII (Sockets functions)



You will have to work around the 60 second PHP script timeout thing. Your other task is about security...
anonymous
2006-07-13 18:21:50 UTC
Check out the WebDAV protocol, which is just an extension to HTTP that enables the PUT and DELETE headers. In fact, sounds like what you were doing with 'PHP get.' Don't know if there is a size limit.
esteybar
2016-12-01 11:00:02 UTC
What you're soliciting for isn't plausible. e mail became no longer designed for sending large records in any respect structure or sort. virtually no e mail server may enable a record attachment that enormous. you should locate yet another frame of mind to deliver that record. i'd propose a right away connection utilising a P2P software or IM software.


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...