Results 1 to 1 of 1

Thread: FTP MPUT / Prompt issue

Threaded View

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2005
    Posts
    1

    FTP MPUT / Prompt issue

    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:

    Inet1.Execute , "PROMPT" ' turnning off prompt prior to MPUT
    Me.WaitForResponse
    Inet1.Execute , MPUT & Space(1) & sFTPSrcFileName & " " & sFTPTgtFileName
    Me.WaitForResponse
    I am basically trying to transfer 800 files via mput of FTP requires me to enter an answer before the FTP transfers each file.
    How can I make it automatic?

    I am using VB6 and XP.

    Any help would be appreciated.
    Thank you in advance
    Last edited by Najjar; Oct 28th, 2005 at 08:26 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width