MULTITHREADED DOWNLOAD
Web Development
3
Posts
2
Posters
0
Views
1
Watching
-
can anyone give me the approach to download a file from a ftp server using multithreding. (i.e. separate threads for downloading simultaneously USING JAVA) VIVEK
Hi, I dont use java... but... what you need to do is incorporate your pasv port process inside a thread.. i dont know for sure about the rest.. they may or may not have to be in a thread...
-
Hi, I dont use java... but... what you need to do is incorporate your pasv port process inside a thread.. i dont know for sure about the rest.. they may or may not have to be in a thread...
sorry pasv port is ftp socket.... basically just the socket which connects must be in a thread and possibly even the file write process...