F
Fred***
I am shelling to the Command Prompt and executing an FTP connection with
switches like this:
x = Shell("ftp -i -s:ftp_input_script ftp_server_namek)
The ftp_input_script fetches a file from the ftp server, then exits.
The last command in the ftp_input_script is "bye".
My problem is that Excel seems to kill the ftp session before a proper "bye"
is completed, even when I put wait routines after shelling.
Is there a way to send a "bye" command to the FTP session from Excel?
I'm thinking that I can keep the FTP sessoin open, verify that the file
downloaded correctly, and then kill the ftp session.
Fred***
switches like this:
x = Shell("ftp -i -s:ftp_input_script ftp_server_namek)
The ftp_input_script fetches a file from the ftp server, then exits.
The last command in the ftp_input_script is "bye".
My problem is that Excel seems to kill the ftp session before a proper "bye"
is completed, even when I put wait routines after shelling.
Is there a way to send a "bye" command to the FTP session from Excel?
I'm thinking that I can keep the FTP sessoin open, verify that the file
downloaded correctly, and then kill the ftp session.
Fred***