Ftp

Read(2554) Label: ftp,

Ø  ftp_cd()

Set the remote working directory/directories on the FTP server

Ø  ftp_open()

Create an FTP client

Ø  ftp_close()

Exit an FTP client program

Ø  ftp_dir()

List all directories and files under the current directory on an FTP server

Ø  ftp_get()

Download a file from the FTP server

Ø  ftp_mget()

Download multiple files from a FTP server

Ø  ftp_mput()

Upload multiple files onto a FTP server

Ø  ftp_put()

Upload a file to the FTP server