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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Integrating an FTP Client

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi

I'm currently working with Visual Studio.NET Professional, specifically C++.NET and am trying to integrate an FTP client into one of my programs. What would be the best way to do this? Code the FTP client myself from the ground up, or is there an FTP script available I could use. Any help greatly appreciated.

Thanks

 
If you don't wish to use the wininet.dll's function, you should go for implementing ftp protocol which is little difficult task. creating two socket one is data and other is command socket. then follow the ftp standards. ( read rfc)


Rahul If you think you can't do it,You will never be able to do it.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top