Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

STOU FTP command not implemented #228

Open
ghost opened this issue May 4, 2021 · 1 comment
Open

STOU FTP command not implemented #228

ghost opened this issue May 4, 2021 · 1 comment
Milestone

Comments

@ghost
Copy link

ghost commented May 4, 2021

Describe the bug
STOU FTP command not implemented.

To Reproduce
Steps to reproduce the behavior:
Log on FTP
Execute :

STOU
[R] 502 Command not implemented.

DrFTPD

  • DrFTPD version [4.0.1]

Additional context

From servu-u :

STOU FTP command
Similar to the STOR command, the STOU command is issued after successfully establishing a data connection to transfer a local file to the server. A file name is provided for the server to use. If the file does not exist on the server, it is created. If the file already exists, it is not overwritten. Instead, the server creates a unique file name and creates it for the transferred file. The response from the server will contain the created file name.

Common responses:

110, 125, 150
226, 250
421, 425, 426, 450, 451, 452
500, 501, 530, 532, 534, 535, 551, 552, 553

https://www.serv-u.com/resource/tutorial/appe-stor-stou-retr-list-mlsd-mlst-ftp-command

@ghost ghost added this to the 4.0.X-dev milestone May 4, 2021
@ghost ghost added the enhancement label May 4, 2021
@ghost ghost changed the title NLST FTP command not implemented STOU FTP command not implemented May 4, 2021
@hrxcodes
Copy link
Contributor

hrxcodes commented May 4, 2021

I don't see a usecase for this in drftpd. My suggestion is removing the TODO comments and obsolete commented code

@mvangoor mvangoor modified the milestones: 4.0.X-dev, 4.1.0 May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants