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
sourceboy2004
Forum Newbie
Posts: 1
Joined: Mon Dec 06, 2004 1:28 am

file upload using FTP

Post by sourceboy2004 »

hello sir/madam,

I want to upload file from my local system to server. Already i wrote code for file upload. it is succesfully executed.
but That the upload is Http protocal.
there im using Isuploadfile() methos and movefile().
But now my requriment is file upload using FTP protocal.
i dont have any idea about that types of protocal.
so please any one give me ur valueable idea.

thanks
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

I remember there being a class posted in the forums that did this a while back. Try and search and see if you can find it.
Post Reply