I'm trying to figure out the ins and outs of the ftp class.
Can someone tell me how to specify where the file goes when using the get command?
ftp.get(dest,source);
dest always seems to be where the directory that the exe is running in.
Is there a way to change that?
Thanks
Rut