RE: [PHP] FTP script and project

2005-02-09 Thread Jay Blanchard
[snip]
I'm in need of some fully functional stand-alone php FTP scripts, I've 
searched the web, have downloaded a couple but they don't work.

While this looks valid and appears to be uploading the file, no file is 
ever saved other than a temporary file that vanishes as soon as the 
file has completed uploading.
[/snip]

Have you RTFM? http://us2.php.net/manual/en/features.file-upload.php
contains an example or two and explains that the temp file disappears
and that you should use
http://us2.php.net/manual/en/function.move-uploaded-file.php

Sorry you don't have time to figure it out.

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] FTP script and project

2005-02-08 Thread Jason Wong
On Wednesday 09 February 2005 12:58, D.Walsh wrote:
 I'm in need of some fully functional stand-alone php FTP scripts, I've
 searched the web, have downloaded a couple but they don't work.

 While this looks valid and appears to be uploading the file, no file is
 ever saved other than a temporary file that vanishes as soon as the
 file has completed uploading.

[HTTP upload code snipped]

It seems that you're confused as to what FTP is and what HTTP is. Perhaps 
if you explained what you are trying to do then someone might be able to 
point you in the right direction.

-- 
Jason Wong - Gremlins Associates - www.gremlins.biz
Open Source Software Systems Integrators
* Web Design  Hosting * Internet  Intranet Applications Development *
--
Search the list archives before you post
http://marc.theaimsgroup.com/?l=php-general
--
New Year Resolution: Ignore top posted posts

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php