Ansi c supports a ftp connection to transfer files from one pc to another?
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!
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.
精彩评论