-
```
If any network fail happens while user is connected to FTP server disconnect
will never happen.
What steps will reproduce the problem?
1. Start basic_ftpd.py from demos
2. Connect to ftp server …
-
The number of open source projects on my github account is getting out of control and I'm not doing them justice.
I'm not using em-ftpd in production any more, so someone else might be able to give i…
-
**Describe the bug**
I'm trying to backup the SD card in my switch via ftp. For this, as for other consoles, I use wget with the following command line
`wget --mirror -c --no-host-directories --…
eku updated
11 months ago
-
As of today I cannot npm install ftpd anymore.
```
> mkdir temp
> cd temp
> npm init
(keep pressing enter until this exits)
> npm install ftpd
(hangs)
```
-
Hi,
I'm trying to add lines to a distant file on an FTP server, but the `append` method doesn't seem to append my string to the file.
My code:
```
const c = new ClientFTP();
c.connect({
ho…
-
server comes with an error when we try to change working directory whose name contains space
## for example
ftp> ls
200 OK
150 Here comes the directory listing
drwxrwxr-x 1 ftp ftp 4096 Jul…
-
**Describe the bug**
I'm using `ftpd classic` on a New 3DS to backup the SD card, which is filled with approx. 50GB. After a while `ftp` keeps failing with `setsockopt(SO_SNDBUF, 32768): Not enough s…
-
-
```
If any network fail happens while user is connected to FTP server disconnect
will never happen.
What steps will reproduce the problem?
1. Start basic_ftpd.py from demos
2. Connect to ftp server …
-
_From [billiej...@gmail.com](https://code.google.com/u/107489592441517285058/) on April 21, 2009 02:08:16_
```
anonymous is a user which typically does no require authentication.
The client can suppl…