forfuturellc / fpush

Simple, Super-powered File Push over FTP/SFTP
MIT License
4 stars 0 forks source link

FTP error while handling multiple directories #1

Open GochoMugo opened 8 years ago

GochoMugo commented 8 years ago

There's seems to be a bug with the FTP module, when handling multiple directories.

 >>> DirDone with Error: inner :: Error: 530 You aren't logged in
 >>> DirDone: .

Refer to issue https://github.com/sergi/jsftp/issues/115

GochoMugo commented 8 years ago

It happens that the feature in #2 may help work around this bug (as we continue to look into the bug in the underlying FTP library).