K2LL33D SHELL

 Apache/2.4.7 (Ubuntu)
 Linux sman1baleendah 3.13.0-24-generic #46-Ubuntu SMP Thu Apr 10 19:11:08 UTC 2014 x86_64
 uid=33(www-data) gid=33(www-data) groups=33(www-data)
 safemode : OFF
 MySQL: ON | Perl: ON | cURL: OFF | WGet: ON
  >  / usr / share / doc / ftp /
server ip : 172.67.156.115

your ip : 172.69.214.189

H O M E


Filename/usr/share/doc/ftp/README.Debian
Size984
Permissionrw-r--r--
Ownerroot : root
Create time27-Apr-2025 09:55
Last modified18-Jun-2011 08:11
Last accessed06-Jul-2025 18:40
Actionsedit | rename | delete | download (gzip)
Viewtext | code | image
Modified use of SYST requests
-----------------------------

The legacy mode, be it with 'auto-login' or not, was to
issue immediately a SYST request to the server, expecting
information as to the 8-bit capabilities of the host.

Since some FTP servers still are built to reject such early
requests, until a valid user had been established with the
client side, the old behaviour caused annoying error response.
These could even disturb the use of intermediary proxy servers.

As of package 'ftp_0.17-25' this behaviour has been intention-
ally changed, sending SYST only with auto-login, or when issuing
the commands 'user' and 'system'. A code analysis could uncover
no ill effects of this step. Keep in mind that other FTP client
software continue the legacy mode, such as OpenBSD, while yet
others have removed it, like FreeBSD. Still others issue a SYST
request, but suppress any returned reject message. The client
available as 'inetutils-ftp' shows this latter behaviour.