Chinaunix首页 | 论坛 | 博客
  • 博客访问: 4972485
  • 博文数量: 1696
  • 博客积分: 10870
  • 博客等级: 上将
  • 技术积分: 18357
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-30 15:16
文章分类
文章存档

2017年(1)

2016年(1)

2015年(1)

2013年(1)

2012年(43)

2011年(17)

2010年(828)

2009年(568)

2008年(185)

2007年(51)

分类: C/C++

2010-03-21 16:23:50

Hey ,i wanna write a C program for implementing FTP file transfer between a Server and a client in UNIX.I need to do this from terminal and would like to do it using system calls.

Can anyone here give me an idea how to implement it.

Thanks in advance.

=================== Here is the reply from nixCraft.com ==============

Basically, you need to study ftp protocol. If I were you, I will start with RFC. After that I will download and study various available ftp servers on the net.

More about -
RFC -
vsftpd server source code -
阅读(1123) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~