Guest_imported
New member
- Jan 1, 1970
- 0
I am having a .VBS file where ia m initiating an FTP process.From inside
the vbs code how can i check for the sucess or faliure of the FTP process.I
am doing the following
Set objWshShell = WScript.CreateObject("WScript.Shell"
x = objWshShell.Run(--full ftp command--)
i tried checking value of x but it is always 0 regarless of whether FTP
failed or passed.
Also is there any way i can find out whether a file has been uploaded to
the FTP site or not by checking the presence of file on FTP site.How can
presence of the file be checked on the FTP site ?
Thanks in Advance
Sohail
the vbs code how can i check for the sucess or faliure of the FTP process.I
am doing the following
Set objWshShell = WScript.CreateObject("WScript.Shell"
x = objWshShell.Run(--full ftp command--)
i tried checking value of x but it is always 0 regarless of whether FTP
failed or passed.
Also is there any way i can find out whether a file has been uploaded to
the FTP site or not by checking the presence of file on FTP site.How can
presence of the file be checked on the FTP site ?
Thanks in Advance
Sohail