ftpConnect icon indicating copy to clipboard operation
ftpConnect copied to clipboard

A simple and robust dart FTP Client Library to interact with FTP Servers with possibility of zip and unzip files.

Results 3 ftpConnect issues
Sort by recently updated
recently updated
newest added

flutter: [04.10.2022 21:57:17.853] Connecting... flutter: [04.10.2022 21:57:18.528] Connection established, waiting for welcome message... flutter: [04.10.2022 21:57:18.841] < FTPReply = [code= 220, message= 220 FTP Server 1.0] flutter: [04.10.2022 21:57:18.842] >...

Is there a way to use it in flutter web please ? Flutter web get no path for file and not using dart:io .

enhancement