Quote:
Originally posted by TheVader
Is there any way I can keep an FTP session active with the CMD? So e.g. first I log on to the server with a BAT and TXT file, then later on I want to change the directory, or download a file or something like that. But since you can't add commands 'on the fly' I can't figure out how to do that. :confused:
Thanks for any help. :)
It sounds to me as if you want to build a GUI for a FTP client. In that case you shouldn't shell out to FTP.exe. Instead you could go with the INet control but that isn't very good especially if the server doesn't have a Windows label on it :)