PHP File Upload using FTP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kishore_marti
Forum Newbie
Posts: 8
Joined: Thu Jul 09, 2009 6:10 am

PHP File Upload using FTP

Post by kishore_marti »

Friends,

I tried connecting to FTP server through PHP ftp_connect and transfer files there using ftp_put.. but i am receiving the "Could not create file" exception when the command ftp_put is executed.. I have verified the status of the connection and it is able to connect to ftp server.. but not able to transfer files to server..

Can you please help me out in this issue..

Thanks
Kishore
Post Reply