RE: [PHP] Deleting a file after download/upload

2009-06-23 Thread Daevid Vincent
> -Original Message- > From: Parham Doustdar [mailto:parha...@gmail.com] > Sent: Tuesday, June 23, 2009 12:33 PM > To: php-general@lists.php.net > Subject: [PHP] Deleting a file after download/upload > > My server connects to an FTP. Then, it downloads a file from

[PHP] Deleting a file after download/upload

2009-06-23 Thread Parham Doustdar
Hi there, I am writing a PHP FTP client for my project. I want to put a "download" option and an "upload"" option, but I don't know how. My problem is this: How can I make the server the PHP script is on delete the file after uploading it to the SFTP, or after the user has finished downloading it

RE: [PHP] deleting a file

2001-05-16 Thread scott [gts]
read the docs you'll find your answer there. php.net/delete ;) > -Original Message- > From: Joseph Bannon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 3:53 PM > To: PHP (E-mail) > Subject: [PHP] deleting a file > > > What is the fil

RE: [PHP] deleting a file

2001-05-16 Thread Johnson, Kirk
http://www.php.net/manual/en/function.unlink.php Kirk > -Original Message- > From: Joseph Bannon [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, May 16, 2001 1:53 PM > To: PHP (E-mail) > Subject: [PHP] deleting a file > > > What is the file function to remove/del

[PHP] deleting a file

2001-05-16 Thread Joseph Bannon
What is the file function to remove/delete a file from a server? Joseph Say I'm Hot! - Post Your Picture! http://www.sayimhot.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To c