kaancho12
Technical User
- Feb 22, 2005
- 191
when i try to put the files through the regular FTP it is able to establish correct connection and it is able to upload a file. But when i try to get a script to do that it failes miserably even though the establishing a connection has no problem.
is there a reason?
here's how i am uploading it-
$upload = ftp_put($conn_id, $ftp_destination_file, $ftp_source_file, FTP_BINARY);
any idea?
is there a reason?
here's how i am uploading it-
$upload = ftp_put($conn_id, $ftp_destination_file, $ftp_source_file, FTP_BINARY);
any idea?