-
SFTP client does not support `PathLike `objects created by `pathlib`
```
#setup
client = paramiko.SSHClient()
ftp_client = client.open_sftp()
path = pathlib.PurePath("foo", "bar")
ftp_client.c…
-
```
What steps will reproduce the problem?
1. Define a ftp host that has a hostname with an AAAA reord
2. Open ftp client or try to upload a file to it
3. The file will not upload/ ftp client will clo…
-
Document (or maybe do some shell scripting) of an [minimum viable product (MVP)](https://en.wikipedia.org/wiki/Minimum_viable_product) of any FTP/SSH/etc program with GUI on TailsOS.
-
I'd like to keep a folder on my client (where the nodejs app sits) and use a readonly FTP connection to a remote server folder. I want the remote folder to be the master and the node app just keeps th…
-
Hi there,
My docker pure-ftpd setup has been working for a long time, however, I don't know what happened that I'm not able to access it anymore.
Here is my config:
```
ftp:
image: stil…
-
When you suspend an account, the web page and client panel suspends, But still allows you access to the ftp using the normal client accounts details,
so customers still have access to their ftp accou…
-
Hello Sir,
I'm trying to use your **flutter_ftp_client** ([https://pub.dev/packages/flutter_ftp_client]()) in my flutter project to upload a file but I'm getting the following exception:
`MissingP…
ghost updated
4 years ago
-
Hello,
~~Once https://github.com/esp8266/Arduino/pull/7404 is merged,~~*(merged)*
if you are tunning linux, (or WSL on windows),
you can run your ftp example on your PC and use host debug tools.
…
d-a-v updated
4 years ago
-
https://app.hackthebox.com/machines/Devel
```
$ nmap -sC -sV -Pn 10.10.10.5
Starting Nmap 7.94SVN ( https://nmap.org ) at 2024-03-08 22:43 JST
Nmap scan report for 10.10.10.5
Host is up (0.20s …
-
```
Connections remain active until FTP client is closed on the PC.
What steps will reproduce the problem? Please include as much detail as
possible.
1. start the server, connect with Filezilla
2. st…