rocas777 / FTPClient

A simple FTP client implementation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FTP Client

build:

	make 

or

	gcc main.c funcs.c -o download

run:

	./download ftp://[<user>:<password>@]<host>/<url-path>	

About

A simple FTP client implementation


Languages

Language:C 98.3%Language:Makefile 1.7%