You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Honor `create` option in opener
Ported fix from fs.sshfs
All credit to @althonosalthonos/fs.sshfs@48664f2
* Switch to CreateFailed.catch_all decorator as suggested
* Enable `timeout` in URI
I almost exclusively use the URI syntax for filesystems, and I have at least 2 FTP servers that are occasionally slow to respond.
This allows me to specify a timeout in the URI for those servers.
* Fixed open_ftp* tests and added test
Fixed the open_ftp* tests and added an additional test for the `timeout` parameter
* Renamed test to conform to standard
* Added URL Parameter decode test
0 commit comments