|
35 | 35 | protocol: hf |
36 | 36 | - cls_fqn: upath.implementations.data.DataPath |
37 | 37 | protocol: data |
| 38 | + - cls_fqn: upath.implementations.ftp.FTPPath |
| 39 | + protocol: ftp |
38 | 40 | - cls_fqn: upath.implementations.github.GitHubPath |
39 | 41 | protocol: github |
40 | 42 | - cls_fqn: upath.implementations.hdfs.HDFSPath |
|
112 | 114 | protocol: hf |
113 | 115 | - cls_fqn: upath.implementations.data.DataPath |
114 | 116 | protocol: data |
| 117 | + - cls_fqn: upath.implementations.ftp.FTPPath |
| 118 | + protocol: ftp |
115 | 119 | - cls_fqn: upath.implementations.github.GitHubPath |
116 | 120 | protocol: github |
117 | 121 | - cls_fqn: upath.implementations.hdfs.HDFSPath |
|
185 | 189 | cls: DataPath |
186 | 190 | supported_example_name: use_listings_cache |
187 | 191 | supported_example_value: False |
| 192 | + - module: upath.implementations.ftp |
| 193 | + cls: FTPPath |
| 194 | + supported_example_name: host |
| 195 | + supported_example_value: '"ftp.example.com"' |
188 | 196 | - module: upath.implementations.github |
189 | 197 | cls: GitHubPath |
190 | 198 | supported_example_name: org |
|
258 | 266 | cls: DataPath |
259 | 267 | supported_example_name: use_listings_cache |
260 | 268 | unsupported_example_value: '"blub"' |
| 269 | + - module: upath.implementations.ftp |
| 270 | + cls: FTPPath |
| 271 | + supported_example_name: host |
| 272 | + unsupported_example_value: '123' |
261 | 273 | - module: upath.implementations.github |
262 | 274 | cls: GitHubPath |
263 | 275 | supported_example_name: repo |
|
318 | 330 | cls: HfPath |
319 | 331 | - module: upath.implementations.data |
320 | 332 | cls: DataPath |
| 333 | + - module: upath.implementations.ftp |
| 334 | + cls: FTPPath |
321 | 335 | - module: upath.implementations.github |
322 | 336 | cls: GitHubPath |
323 | 337 | - module: upath.implementations.hdfs |
|
367 | 381 | - module: upath.implementations.data |
368 | 382 | cls: DataPath |
369 | 383 | td: DataStorageOptions |
| 384 | + - module: upath.implementations.ftp |
| 385 | + cls: FTPPath |
| 386 | + td: FTPStorageOptions |
370 | 387 | - module: upath.implementations.github |
371 | 388 | cls: GitHubPath |
372 | 389 | td: GitHubStorageOptions |
|
0 commit comments