Results 1 to 2 of 2

Thread: For Mark Sreeves

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2000
    Posts
    7

    Post

    When you were talking to Elara about the best ftp control you said something about using the shell method to open an FTP program. Can you explain?

  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845

    Post

    OK I confess that I haven't used this myself but the aging programmer who sits next to me has!

    this should use ftp.exe in a hidden window
    The script file could, of course, be written in code.

    I presume that any ftp command can be included in the script file.

    shell command line:

    a = Shell("FTP.EXE -s:[script file]", 2)

    Script file:

    open [IP Address]
    [username]
    [password]
    cd [remote dir]
    put [filename]
    close
    quit



    ------------------
    Mark Sreeves
    Analyst Programmer

    [email protected]
    A BMW Group Company



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