Possible bug: FileZilla should open a data connection when storing empty files

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
benallfree
500 Command not understood
Posts: 1
Joined: 2024-01-29 15:44
First name: Ben
Last name: Allfree

Possible bug: FileZilla should open a data connection when storing empty files

#1 Post by benallfree » 2024-01-29 15:48

I'm hitting a timeout error with https://github.com/QuorumDMS/ftp-srv where it is waiting for a data connection before responding to STOR with a 150.

FileZilla apparently doesn't open a data connection for 0-byte files, or perhaps it waits until after the 150 response. In any case, FileZilla behaves differently for 0 byte files.

Cross-posted to https://github.com/QuorumDMS/ftp-srv/issues/366

User avatar
botg
Site Admin
Posts: 35566
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

Re: Possible bug: FileZilla should open a data connection when storing empty files

#2 Post by botg » 2024-01-29 21:56

The server must not assume a particular ordering. Following the PASV/PORT/EPRT/EPSV commands, it must independently handle the data connection establishment and the control connection commands. The network packets of the two different connections can be interleaved in any order.

Post Reply