first Dialup then Ftp connection, Download file?
Now I am writing a program in VB6. First I had to Connect the Window Server By RAS_Dial, Then From that Server , connect to Ftp Server.
like this,
Local Computer--Window Server--Ftp Server.
How can I get Files from Ftp Server to Local Computer?
I only know how to download the files from Ftp Server directly with same connection handle.Now it is different Handle. How can I implement it?
Thanks for any help.

