Hello,
I'm writing a FTp client . It is able to handle 1 server at a time . But my requirement is to handle multiple server at same time . The Server shd be accessed and file upload download shd happen parallely.
PLease help me .. If possible send some link for tutorial purpose..
Thank u in advance ..
Write the ftp client as a class...
After that u can create object to that ftp client...
By creating objects according to ur need u can do it parallely ....