bartvaneswhiffle

Results 6 comments of bartvaneswhiffle

I've added tests (mostly copied from test_ftp.py, not all are yet working. Could use some help here :)

No worries, in a sense we could give two additional arguments on the __init__ of FTPFileSystem: - ssl=False - prot_p=False Then we could modify the _connect to use either FTP...

I've removed the the `ftp_tls` class and integrated it with the `ftp` class. Two tests are currently still failing: the test with caching (test_complex) and the test with transaction (test_transaction),...

Thanks for the reminder, so far I've not had the time to further implement the tests.

I've found some time to update the tests. The pyftpdlib server has been replaced with script that starts a pyftpdlib server that accepts TLS. Furtermore, docstrings and codestyle improvements have...

> > Do you understand why the [CI / downstream fails](https://github.com/fsspec/filesystem_spec/actions/runs/10301202703/job/28512219710?pr=1581) > > Please merge from master and try again All checks have passed :)