Results 1 to 3 of 3

Thread: Internet Transfer Control

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2001
    Location
    Lisbon, Portugal
    Posts
    69

    Question Internet Transfer Control

    Hi,

    I have this code to trnsfer files to the unix with the Inet contrl:

    With Inet1
    .Cancel
    .Protocol = icFTP
    .URL = "myserver"
    .UserName = "myusername"
    .Password = "mypassword"
    End With

    Inet1.Execute , "PUT file1 /usr/acct/devel/tmp/01120701.utr"

    does anybody know why it doesn't transfer my file to the Unix. I can't understand.
    Rita Jaques

  2. #2
    pathfinder NotLKH's Avatar
    Join Date
    Apr 2001
    Posts
    2,397

    Re: Internet Transfer Control

    Originally posted by ritaab
    Hi,

    I have this code to trnsfer files to the unix with the Inet contrl:

    With Inet1
    .Cancel
    .Protocol = icFTP
    .URL = "myserver"
    .UserName = "myusername"
    .Password = "mypassword"
    End With

    Inet1.Execute , "PUT file1 /usr/acct/devel/tmp/01120701.utr"

    does anybody know why it doesn't transfer my file to the Unix. I can't understand.

  3. #3

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