How can be access ftp folder without entering credentials

S

smartgal

Suppose I have create a 1 folder named "Anj" on any server.i have
given usen name password for it.now i want to access it through Ftp
in
one link like "ftp://....../Anj". But then i can not access this
folder without giving the credentilas name .I'll have to enter each
time these credentilas to access this folder.
is there any way to set credentials in one link i.e. how can i create
a link through which we can access this folder without giving the
credentials name.Pls. help on it
 
K

kimiraikkonen

Suppose I have create a 1 folder named "Anj" on any server.i have
given usen name password for it.now i want to access it through Ftp
in
one link like "ftp://....../Anj". But then i can not access this
folder without giving the credentilas name .I'll have to enter each
time these credentilas to access this folder.
is there any way to set credentials in one link i.e. how can i create
a link through which we can access this folder without giving the
credentials name.Pls. help on it

First, the FTP server must allow "anonymous" logins. Then you can use
any downloading class to download a file like downloading through
HTTP. I hope you can pass "anonymous" login with the class below:

I'd use "my.computer.network.downloadfile" in this case (PS: it would
be nice if that class had much-more details in showUI mode)
 
K

kimiraikkonen

First, the FTP server must allow "anonymous" logins. Then you can use
any downloading class to download a file like downloading through
HTTP. I hope you can pass "anonymous" login with the class below:

I'd use "my.computer.network.downloadfile" in this case (PS: it would
be nice if that class had much-more details in showUI mode)

Note: I thought you were trying to login the FTP server without
entering passwords. I might have understood wrong, if you want to use
any username or passwords, my.computer.network.downloadfile(......)
allows you to pass username and password within single codeline.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top