SamKirkland / ftp-deploy

Deploy websites over FTP with one command line
MIT License
89 stars 43 forks source link

Add NOOP call to keep alive connection during folder checking stage #2

Closed johngeoffrey closed 3 years ago

SamKirkland commented 3 years ago

Closing. This will not work as you expect because the underlying ftp library only one usage of the ftp connection at a time. The underlying ftp library needs to be modified to fix the disconnection issue.