freelanceprogrammers.org Forum Index » C
help ftp to remote
Joined: 29 Jul 2003
Posts: 6
help ftp to remote
Hello,
Can anyone give idea about how to
ftp to a remote proc with given IP addr & port number in `c`
for a given user name & password.
Thanks in advance.
Ranjith T
Joined: 19 Jul 2003
Posts: 29
help ftp to remote
1. Find out if there`s already any FTP library on your
OS you can link your program to. This will make life
easier, saving you fr5om writing an FTP functioanlity
base on your own from scratch. On GNU/Linux, there`s
something called ftplib (but don`t remember exactly).
2. Know the FTP protocol well. Read the RFC. You`ll
save yourself from a lot of trouble, disgust and
embarrasment. :-)
3. FTP works on TCP/IP. Build a prototype in some
other rapid-development language such as Python or
Perl before writing a C based program.
Just my 2-pence.
Regards,
Shantanu
--- Ranjith T <ranjith@...>
wrote:
> MessageHello,
> Can anyone give idea about how to
> ftp to a remote proc with given IP addr & port
> number in `c`
> for a given user name & password.
>
> Thanks in advance.
>
> Ranjith T
>
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
All times are GMT
Page 1 of 1
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Freelace Website Designer - Customer web design and software building.
China Wholesale - Electronics Products
Character Studio - Tutorials and Help
China Wholesale - Electronics Products
Character Studio - Tutorials and Help







