Greetings!.
I have a big issue while downloading the files from FTP Server. The below is description of the project,
1) To connect ftp server
2) Pass the folder structure to FTP server
3) Found the folder and files within directory
4) List the files which is available in the folder
5) User can able to select the files
6) In the Pop up window have two options, Start download / Cancel.
7) If user selected "Start download" files gettting download to our Local PC.
---> Here, I have issues, if user select the start download action the files getting download to server only not for my machine (PC).
ALso i have used Socket to connect the client machine but i am not getting the connection from server to local port.
the below is my code
Socket ClientSocket = new Socket("localhost IP", Port).
the above line is getting error while running my code.
----
Can any one help me out to solve this issue.
(I need to download the files to my machine only not for server level. If any one have idea pls share me., it will be greate help). You can suggest me !!!.
Thanks,
Loganathan M
mspilogan@yahoo.com