tags:

views:

29

answers:

1

i have a task to transfer text files from one pc to another using FTP , i need some directions how can it be done in ansi c as its user requirement to do it in ansi c

windows palte form so windows libs may also be used ..............

looking for help!

A: 

what platform do you use?

  • On windows, have a look at the winsock library.
  • on Unix, examine sockets library

Can you use an external library? then this here might come in handy.

sum1stolemyname
Note all these point to an external library as ANSI-C does not cover anything to do with FTP. So you need another library
Mark