salim-lachdhaf / dartFTP

dartFTP
MIT License
9 stars 17 forks source link

listCommand #5

Closed inoerp closed 7 months ago

inoerp commented 1 year ago

MLSD for Directory download, and few dart analysis corrections

inoerp commented 1 year ago

Added a new method emptyDirectory to delete all files in a remote directory

salim-lachdhaf commented 7 months ago

You don't have to change the default value. you can simply use :

_ftpConnect.listCommand = ListCommand.LIST;

For emptyDirectory, make it in independent PR to review & merge it.