This Qt FTP client application allows users to connect to an FTP server and perform various file operations such as listing files, downloading, uploading, removing files, and adding directories.
Qt 5.15 or later
- QtcpSocket: TCP Socket connect to FTP server
- QtAplication: GUI application.
- QFile: File transfer
- Enter FTP server details (server address, username, password) in MainWindow.
- Click "Connect" to open FileView.
- In FileView, Click on directory that want to browser.
- In FileView, Double click the file on list file or directory.
- In FileView, click "Choose file" to select a file from your local system and upload it to the FTP server.
- Click "Upload" to start upload file
- In FileView, choose the file or directory
- Click button Remove
- In FileView, click "Add Directory" to create a new directory on the FTP server.
- Type the directory name and click "OK".
- In FileView, click "Disconnect".
- manhtd98
