How can be access ftp folder without entering credentials

  • Thread starter Thread starter smartgal
  • Start date Start date
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
 
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)
 
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.
 
Back
Top