Skip Menu |

This queue is for tickets about the Net-FTP-Common CPAN distribution.

Report information
The Basics
Id: 4021
Status: resolved
Worked: 5 min
Priority: 0/
Queue: Net-FTP-Common

People
Owner: metaperl [...] gmail.com
Requestors: tom.schindl [...] bestsolution.at
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: user command lowercase
The "user" command send is the only command written in lower case. As far as I'm concerned this does not follow the spec. When trying to connect to proftpd(1.2.7) this causes log in problems because the server returns an error. The inline docu tells something about a dead brained firewall would it be possible to find a workaround for this specific case without breaking the spec.
[guest - Mon Oct 6 02:47:03 2003]: Show quoted text
> The "user" command send is the only command written in lower case.
If you are referring to the Net::FTP::Common API, then that is not true: # METHODS * $ez = Net::FTP::Common-new($net_ftp_common_hashref, %net_ftp_hash) * $ez->Common(%config) * $ez->GetCommon($config_key) * $ez->NetFTP(%netftp_config_overrides) * $ez->login(%override) * $ez->ls (%override) * $ez->dir (%override) * $ez->mkdir (%override) * $ez->exists (%override) * $ez->grep(%override) * $ez->get(%override) * $ez->send(%override) Show quoted text
> As > far as I'm concerned this does not follow the spec. When trying to > connect to proftpd(1.2.7) this causes log in problems because the > server returns an error.
Please submit a transcript of the FTP session by using the Debug => 1 Option to Net::FTP::Common new() Show quoted text
> The inline docu tells something about a > dead brained firewall would it be possible to find a workaround for > this specific case without breaking the spec.