netftpserver-general
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Net::FTPServer] MLST bug strikes again


From: Abe Shelton
Subject: [Net::FTPServer] MLST bug strikes again
Date: Thu, 20 Jan 2005 18:18:07 -0800
User-agent: Mozilla Thunderbird 0.6+ (Windows/20050120)


Re: http://lists.gnu.org/archive/html/netftpserver-general/2004-01/msg00002.html

We had patched our Net::FTPServer install long-ago, but recently installed a fresh, new FTP server and were once again in need of the one line MLST fix. (The fix doesn't appear to have ever made it into CVS.)

In the course of that original thread, Rich wondered if anything ever calls MLST. The Mac OSX FTP client "transmit 2" apparently does. A cmdlog and the related error that is thrown when cmdline = MLST open_02_0120.jpg happens is inline below.

Perhaps the one-liner deserves to be checked in to the main Net::FTPServer CVS archive?

Thanks!
Abe

---
cmdline = USER XXXXXXXXXXXX
cmdline = PASS XXXXXXXXXXXX
cmdline = PWD
cmdline = FEAT
cmdline = HELP SITE
cmdline = SYST
cmdline = PWD
cmdline = PASV
cmdline = LIST
cmdline = CWD dropoff
cmdline = PASV
cmdline = LIST
cmdline = PWD
cmdline = CWD 01_20_05
cmdline = PASV
cmdline = LIST
cmdline = PWD
cmdline = PWD
cmdline = TYPE I
cmdline = OPTS MLST type;size;modify;UNIX.mode;perm
cmdline = MLST open_02_0120.jpg
cmdline = SIZE open_02_0120.jpg
cmdline = PASV
cmdline = STOR open_02_0120.jpg
cmdline = SITE UTIME open_02_0120.psd 20050121011902 20050121003752 20050121003752 UTC


Can't locate object method "dir" via package "Net::FTPServer::Full::DirHandle" at /usr/lib/perl5/site_perl/5.8.3/Net/FTPServer.pm line 6743, <STDIN> line 21. Net::FTPServer::__ANON__('Can\'t locate object method "dir" via package "Net::FTPServer...') called at /usr/lib/perl5/site_perl/5.8.3/Net/FTPServer.pm line 6743 Net::FTPServer::_MLST_command('BlurFTP=HASH(0x8ca9b34)','MLST','open_02_0120.jpg') called at /usr/lib/perl5/site_perl/5.8.3/Net/FTPServer.pm line 3002
      Net::FTPServer::run('BlurFTP') called at /usr/sbin/in.ftpd line 11
Jan 20 17:05:37 klump ftpd[3045]: Can't locate object method "dir" via package "Net::FTPServer::Full::DirHandle" at /usr/lib/perl5/site_perl/5.8.3/Net/FTPServer.pm line 6743, <STDIN> line 21.






reply via email to

[Prev in Thread] Current Thread [Next in Thread]