954,576 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

upload file from one fpt to another fpt

hi, please help..
I need php code to upload file from one FTP to another FTP..

thanks/regards
vijay

vijiglad
Newbie Poster
14 posts since Mar 2011
Reputation Points: 10
Solved Threads: 1
 

Hi vijiglad, you can't directly copy from a server to a server without the file going through your server (not with PHP).

The solution is to split the procedure into two steps:
1] download to a temporary location on your server
2] upload to the target server and then delete the temporary file on your server

For help with using FTP in PHP have a look at examples for functions ftp_get() and ftp_put().

http://cz.php.net/manual/en/function.ftp-get.php
http://cz.php.net/manual/en/function.ftp-put.php

petr.pavel
Junior Poster
117 posts since Mar 2008
Reputation Points: 30
Solved Threads: 16
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: