Hi!
> I am trying to use VFS to connect to a FTP file, but the problem is
> that I cannot specify that PASSIVE mode should be used.
It is possible through the *FileSystemConfigurationBuilder stuff only.

> ftp://myusername:[EMAIL PROTECTED]/pub/downloads/somefile.tgz?option=value
>
>
> Have I missed something to get passive mode specified via the URI or
> can we assume the above to be a good solution?

I don't think that adding them as option to the URI is a good idea as
the URI parameters are meant to be processed by the destination (e.g. an
http server) and not by VFS.

Ciao,
Mario


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to