Hi everybody,
I would like to know how to turn off the prompt in FTP server with VB in order to execute MPUT.
My code is below. I don't get response back after PROMPT command is issued just like when issuing MPUT without turning off PROMPT.
Here is my code:
I am basically trying to transfer 800 files via mput of FTP requires me to enter an answer before the FTP transfers each file.Quote:
Inet1.Execute , "PROMPT" ' turnning off prompt prior to MPUT
Me.WaitForResponse
Inet1.Execute , MPUT & Space(1) & sFTPSrcFileName & " " & sFTPTgtFileName
Me.WaitForResponse
How can I make it automatic?
I am using VB6 and XP.
Any help would be appreciated.
Thank you in advance
