Opened 20 years ago

Closed 7 years ago

#2190 closed Feature request (fixed)

The ALLO command should be treated as a NOOP (no operation)

Reported by: klc1sha Owned by:
Priority: normal Component: FileZilla Server
Keywords: Cc: klc1sha
Component version: Operating system type:
Operating system version:

Description

from http://www.zvon.org/tmRFC/RFC959/Output/chapter4.html

ALLOCATE (ALLO)

This command may be required by some servers to

reserve sufficient storage to

accommodate the new file to be transferred. The

argument shall be a decimal

integer representing the number of bytes (using the

logical byte size) of

storage to be reserved for the file. For files sent

with record or page

structure a maximum record or page size (in logical

bytes) might also be

necessary; this is indicated by a decimal integer in a

second argument field of

the command. This second argument is optional, but

when present should be

separated from the first by the three Telnet

characters <SP> R <SP>. This

command shall be followed by a STORe or APPEnd

command. The ALLO command should

be treated as a NOOP (no operation) by those servers

which do not require that

the maximum size of the file be declared beforehand,

and those servers

interested in only the maximum record or page size

should accept a dummy value

in the first argument and ignore it.

from FileZilla Server logfile:

(000006) 15.11.2004 22:04:17 - (not logged in)
(192.168.1.33)> Connected, sending welcome message...
(000006) 15.11.2004 22:04:17 - (not logged in)
(192.168.1.33)> 220-FileZilla Server version 0.9.3 beta
(000006) 15.11.2004 22:04:17 - (not logged in)
(192.168.1.33)> 220-written by Tim Kosse (Tim.Kosse@…)
(000006) 15.11.2004 22:04:17 - (not logged in)
(192.168.1.33)> 220 Please visit
http://sourceforge.net/projects/filezilla/

(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)> help
(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)>
214-The following commands are recognized:
(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)>

USER PASS QUIT CWD PWD PORT PASV TYPE

(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)>

LIST REST CDUP RETR STOR SIZE DELE RMD

(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)>

MKD RNFR RNTO ABOR SYST NOOP APPE NLST

(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)>

MDTM XPWD XCUP XMKD XRMD NOP EPSV EPRT

(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)>

AUTH ADAT PBSZ PROT FEAT MODE OPTS HELP

(000009) 16.11.2004 18:52:20 - anonymous (127.0.0.1)>
214 Have a nice day.
(000009) 16.11.2004 18:52:33 - anonymous (127.0.0.1)>
allo 7
(000009) 16.11.2004 18:52:33 - anonymous (127.0.0.1)>
500 Syntax error, command unrecognized.

This will force fore example the busybox ftpput cmd to
abort the upload (filetransfer to ftp server)

claus.klein@…

Change History (3)

comment:1 by Alexander Schuch, 12 years ago

Component: OtherFileZilla Server

comment:2 by Kurt McKee, 7 years ago

Summary: The ALLO command should be treated as a NOOP (no operation) The ALLO command should be treated as a NOOP (no operation)

Triage suggestion

FileZilla Server 0.9.60 supports the ALLO command, though it responds with "202 No storage allocation neccessary".

Note that "neccessary" is misspelled -- this should be fixed.

I suggest closing this feature request.

comment:3 by Kurt McKee, 7 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.