Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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*** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Shell command | Excel Programming | |||
Commands at the line prompt using Shell | Excel Programming | |||
xp shell command using vba | Excel Programming | |||
SHELL command | Excel Programming | |||
Copying a file with VBA (or with a SHELL command) | Excel Programming |