The outline of the FTP library is as follows.
Connect to FTP server
First, connect to the FTP server with the FTP_Connect function.Send commands
Send the following commands to the FTP server with the FTP_Command function.- Username
- Password
- Current working directory (CWD)
- Data type
- Upload file
- Rename
- Download file
- Delete file
- Log out
Quit FTP client
Quit the FTP client with the FTP_Finish function.Last updated: 2021/06/03