Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ftp_put failed()

Status
Not open for further replies.

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?
 
never mind--i needed to change firewall settings.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top