vyuldashev / flysystem-curlftp

Flysystem Adapter for the FTP with cURL implementation
MIT License
37 stars 24 forks source link

add some params for more flexibility #28

Closed chinlung closed 3 years ago

chinlung commented 5 years ago

Add below params : 'ftps' => true, // use ftps:// with implicit TLS or ftp:// with explicit TLS 'passive' => true, // default use PASV mode 'skipPasvIp' => true, // ignore the IP address in the PASV response 'verbose' => false // set verbose mode on/off

chinlung commented 5 years ago

I don't know why can't pass travis-ci check, but in my environment is test OK. Maybe could you please check it, thanks

Pchol commented 5 years ago

good work!

yapsr commented 3 years ago

@vyuldashev Could you please merge this request? I need the ftps config option.

yapsr commented 3 years ago

@chinlung Thank you. I hope @vyuldashev can merge this soon.