zio / zio-ftp

A simple, idiomatic (S)FTP client for ZIO
https://zio.dev/zio-ftp
Apache License 2.0
29 stars 13 forks source link

Support the dataTimeout FTPClient setting #221

Closed codingismy11to7 closed 2 years ago

codingismy11to7 commented 2 years ago

Allows the user to easily set the data timeout setting on FTPClient, which is used as the socket timeout on file transfers. Keeps misbehaving servers from permanently stopping file transfer processing

regis-leray commented 2 years ago

thank you again for your contribution