Steffen , Stephan,

Thanks for your replies:

i use NO proxy and run on 3.2 RC1 on a WINDOWS box:

But i did some investigations and it's kind of a mess :-)
on a nabour PC Windows, no proxy but OO 3.1 it works: but only with the Windows-FileDialogs enabled ( fails with OO-dialogs) on 3.2 RC1 less luck : OO-dialogs gives a no connection error, Windows Dialogs does nothing at all !
3.2 RC1 , using API and Basic:
filecopy(converttoURL("c:\pmg\testje.jpg") , "ftp://user:pasw...@81.95.112.15/testje.jpg";) >> gives Path not found !!

I sould fill a issue ?

Greetz

Fernand
Hello Fernand,

no, the ftp is not limited here. The command works for me with
ftp://user:pasw...@81.95.112.15.

On the other hand, the invalid ftp command
ftp://user:pasw...@ftp://81.95.112.15
opens a connection, but then repeatedly asks for a password. Seems like a bug there.

What Office version did you use on which platform? I tried 3.1.1 on Solaris x86. Perhaps the reason are the proxy settings on your system. Does it work if you use no proxy at all?

Regards, Steffen


Fernand Vanrie wrote:
For opening a file over FTP we can use in code or in a filepicker dialog

ftp://user:pasw...@servername >> have connection and acces to the server

I tryed to use the IP address but with no luck

ftp://user:pasw...@81.95.112.15 >>  no  connection
ftp://user:pasw...@ftp://81.95.112.15 >> connection , user and password are accepted but nothing happens ??

Is the OO ftp protocol limited to the use of only a "servername" ?

Thanks

Fernand

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org





---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@api.openoffice.org
For additional commands, e-mail: dev-h...@api.openoffice.org

Reply via email to