[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: FTP plugin for non-Linux FTP servers

Thanks Michael,

In my case, the specific prolem is that "LIST -a" is returning a "file not 
found" error message.  The host system on which the ftp server is running 
allows filenames with dash, so -a is a valid filename, and LIST -a fails 
unless a file named "-a" exists in which case only that one file is 
returned.

For this specific server, "LIST" with no arguments returns a complete list 
for the current working directory, so the first step will be to remove 
the -a option.  As this would break the plugin for other servers, I think 
this needs to be configurable.

I tried to build the project from the sources included in the source plugin, 
but I'm getting missing classes.  This may be because I created a standard 
Java project instead of a plugin project.  I'm off to take another shot at 
it.

Michael Giroux



"Michael Valenta" <Michael_Valenta@xxxxxxx> wrote in message 
news:d3olta$5ic$1@xxxxxxxxxxxxxxxxxxx
> Michael,
>
> I don't have any wisdom to offer but here's a bug report that mentions a 
> similar problem
>
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=72042
>
> Here's a link that descibes where to find the code in the repository if 
> you want to have a look.
>
> http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-vcm-home/plugins/target/target-project-sets/readme.html
>
> Good luck
> Michael
>
> "Michael Giroux" <michael.giroux@xxxxxxxxxxxxx> wrote in message 
> news:d3mpr2$st5$1@xxxxxxxxxxxxxxxxxxx
>> I'm trying to use the FTP plugin with a mainframe FTP server.  The server 
>> is returning an error message for "LIST -a" request that is sent by 
>> FtpClient.java.
>>
>> There may be other issues here as well, so I probably need to dig in and 
>> make changes in FtpClient.java.
>>
>> Do the current FTP plugin owners have any words of wisdom?
>>
>> Michael Giroux
>>
>
>