Opened 18 years ago
Last modified 18 years ago
#1112 closed Bug report
FireZilla incorrectly parsing FTP protocol out of TCP packet
Reported by: | secretshop | Owned by: | Tim Kosse |
---|---|---|---|
Priority: | normal | Component: | FileZilla Server |
Keywords: | Cc: | secretshop, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
Using the Perl ftp interface Net::FTP, I created a
script to automaticly upload files to an FTP server
running FireZilla 0.9.18b. Right now this server is
incorrectly receiving the FTP requests from my client.
In the firezilla admin tool I see the request as "ORT
192,168,1,101,13,94" where my FTP client says its
sending "PORT 192,168,1,101,13,94". The missing first
letter is confirmed to be a FireZilla parsing problem
because I used Ethereal to monitor the traffic and
indeed, PORT is being sent.
Change History (2)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
I have a rough idea what might causing this. Can you please
attach a very simple perl script that shows this problem?