Skip to content

xico2001pt/rc-download-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rede de Computadores

Membros

  1. Adriano Soares ([email protected])
  2. Francisco Cerqueira ([email protected])

Descrição

The objective is to develop a simple FTP application that retrieves a specified file using the FTP protocol as described in RFC959.

It should take an argument that adopts the URL syntax, as described in RFC1738. Example:

download ftp://ftp.up.pt/pub/kodi/timestamp.txt

Where the URL path is

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