Question about using ftp_put() for copying files

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Can anyone explain what's going on.

If I assign $source= $source_dir . $file;
$source_dir is the absolute path i.e., /home/xxxxx/public_html/EditPage/

And $dist= $dist_dir . $file;
$dist_dir is simply relative to $_SERVER[document_root]; i.e., just plain  /test

To get ftp_put() to work, I must first chdir to the $dist_dir.

ftp_chdir($dist_dir);
ftp_put($conn_id, $dist, $source, flag];

Thanks....

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux