Results 1 to 2 of 2

Thread: Internet transfer control - FTP TO unix

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2000
    Posts
    65

    Post

    I am using internet transfer control to ftp
    files from NT to unix. I am calling each
    command like, "CD ", "PUT " separatetely in
    different execute statements.. Is there any
    way to call Inet1.execute just once with all
    commands concatenated ???
    Your help is appreciated.

    Sample code:

    Inet1.Execute "FTP://" & HostName "CD " & ..
    ...
    ..
    Inet1.Execute "FTP://" & HostName, "PUT " & file



  2. #2
    Addicted Member
    Join Date
    Jan 1999
    Posts
    173

    Post

    You're out of luck there I'm afriad.

    ------------------
    "To the glory of God!"


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