SamKirkland / ftp-deploy

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

Allow to set FTP timeout through options. #23

Closed unverbraucht closed 2 years ago

unverbraucht commented 2 years ago

I have to deal with deploying to a very slow FTP server. I've added a way of setting the timeout of the underlying FTP client instance through an option.

JaviRpo commented 2 years ago

@unverbraucht You should modify also the Readme explaining the new attribute.