I tried this code manually into a DOS environment
ftp -vs:c:\Lattice\ftp_code.txt
The ftp_code.txt contains ftp commands, this works correctly to DOS, but when I do the following code to C,
system("ftp -vs:c:\\Lattice\\ftp_code.txt");
It gives a message:
Please enter folder name:
Followed by a bad command message..., Is this because of my OS?, I'm running in a Win2K environment, Thanks.