Write a program in C to implement a FTP client that can interoperate with a default FTP server . The client should implement basic FTP commands GET PUT
LIST DELE .
GET -> to download data
PUT -> to upload data
LIST -> to list files of a directory
DELE -> delete a file .