harishanchu / Laravel-FTP

A simple Laravel 4/5/6/7 ftp service provider with basic ftp methods.
220 stars 87 forks source link

Added timeout to ftp connect and fixed connectionId bug #19

Closed phazei closed 9 years ago

phazei commented 9 years ago

The default connection timeout is 90 which is really long for most cases. Added ability to set the timeout before the connection id is retrieved.

Also, if it does timeout, ftp_login throws an error because the first parameter is incorrect, so now it checks before attempting to login.

harishanchu commented 9 years ago

@phazei thanks for your efforts :)