Results 1 to 4 of 4

Thread: Prompt issue with FTP MPUT

  1. #1
    Join Date
    Jan 2009
    Posts
    124

    Prompt issue with FTP MPUT

    Can any body tell me that how do i torn off the prompt in FTP server with VB in order to execute MPUT? I'm trying to execute MPUT, but my FTP doesn't prompt for mput. Does any body knows about this issue? Kindly provide me the correct logical solution for the above issue. Any kind of help on teh above issue would be appreciated.

  2. #2
    Join Date
    Apr 2008
    Posts
    1,948

    Re: Prompt issue with FTP MPUT

    Hey you can enter the following command in your command prompt:- ftp -i then rather using mput. Then the following -i command will disable the interactive prompting for multiple file transfers.

  3. #3
    Join Date
    Apr 2008
    Posts
    2,005

    Re: Prompt issue with FTP MPUT

    Follow the following code in order to send all the files at one time:-
    'All files located in <Directory containing files>

    Dim FileToSend As String

    FileToSend = Dir("<Directory containing files>")
    Do until FileToSend = ""
    <Send FileToSend to FTP server>
    FileToSend = Dir()
    'Executing Dir without a paramater returns the next file found
    Loop

  4. #4
    Join Date
    Feb 2008
    Posts
    1,852

    Re: Prompt issue with FTP MPUT

    If you want, you can refer the following link

    Hope so it may help you to resolve your issue.

Similar Threads

  1. shutdown pc from dos prompt
    By crackzoid in forum Tips & Tweaks
    Replies: 18
    Last Post: 21-04-2011, 02:59 AM
  2. DP35DP: memory issue; DVD issue; Lan issue.
    By Rivan in forum Motherboard Processor & RAM
    Replies: 5
    Last Post: 29-06-2010, 12:50 AM
  3. Navigating Command Prompt
    By zaid in forum Operating Systems
    Replies: 3
    Last Post: 20-08-2009, 08:54 AM
  4. End a process from DOS prompt
    By molfer in forum Windows Software
    Replies: 4
    Last Post: 28-01-2009, 07:57 PM
  5. about the command prompt
    By Gorganzola in forum Windows Software
    Replies: 2
    Last Post: 17-10-2008, 06:24 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,462,413.74686 seconds with 16 queries