Commit 62e5e75
Enable
* Honor `create` option in opener
Ported fix from fs.sshfs
All credit to @althonos
althonos/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 testtimeout in URI (#173)1 parent 8694573 commit 62e5e75
2 files changed
+34
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
105 | 119 | | |
106 | 120 | | |
107 | 121 | | |
| |||
140 | 154 | | |
141 | 155 | | |
142 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
143 | 171 | | |
144 | 172 | | |
145 | 173 | | |
| |||
309 | 337 | | |
310 | 338 | | |
311 | 339 | | |
312 | | - | |
| 340 | + | |
| 341 | + | |
313 | 342 | | |
314 | 343 | | |
315 | 344 | | |
316 | 345 | | |
317 | | - | |
| 346 | + | |
| 347 | + | |
318 | 348 | | |
0 commit comments