Hello Niklas,
When I use FTPClient, I can download the specified file from Apache
FTPServer. I want the users to have the ability to select multiple files
and directories and then download them. Basically I want the user to
specify the directory and then I want the user to be able to download
the directory and it contents. The contents can be further layers of
directories or files. Hope I am able to explain you.
Thanks,
Rajeev
Niklas Gustavsson wrote:
Rajeev kamal wrote:
Sorry for the late reply. I was talking about Apache FtpServer.
Could you please describe in more detail what you want FtpServer to
do? I'm not sure I completely understand your question.
/niklas
Niklas Gustavsson wrote:
Hi Rajeev
Rajeev kamal wrote:
Hello Dear Friends,
I want to implement a Directory and it content download using our
FTP Server and Apache FTPClient API. Do you think I can do it. It
we can do that I will appreciate a sample code. Otherwise please
let me know what I need to do to accomplish my goal.
When you say "our FTP Server" do you than mean Apache FtpServer. If
not, you should probably ask this question over at
[EMAIL PROTECTED] which covers the use of Commons Net
FTP client.