jettero has asked for the wisdom of the Perl Monks concerning the following question:
I can ncftp the box (though some things don't work), but I can't mount it with lufs, midnight commander, etc...
I reasoned out that I could probably write an FTP proxy that would take commands like ls, NLST and re-write them -- to make it appear the commands were finished.
Every time I started to write the FTP proxy, I discovered the project was a great deal more difficult than I wanted it to be. Is there a really easy way to write an FTP proxy that I'm just missing? I found a few things on CPAN, but nothing specifically helpful.
Net::FTPServer seems like the coolest ftp server I have ever seen. I'd guess it can help me write my proxy. But I'm just not sure that's a good way. Is tjat a good way? Is there a better way?
All tips welcome. Thanks for your help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: FTP Proxy
by Corion (Patriarch) on Dec 12, 2003 at 12:22 UTC | |
by jettero (Monsignor) on Dec 12, 2003 at 12:31 UTC | |
|
Re: FTP Proxy
by b10m (Vicar) on Dec 12, 2003 at 12:33 UTC | |
by jettero (Monsignor) on Dec 12, 2003 at 12:38 UTC |