Results 1 to 5 of 5

Thread: FTP 2

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    Once connected to a ftp server what is the code to send (using inet) to make it change to another directory on the server to upload a file to that dir. ??

  2. #2
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    inet is very simple to use...simply reffer to this examples for almost everything that inet can be used for.
    Code:
    'upload
    Inet1.Execute , "PUT C:\text.txt /test.txt"
    'change dir
    Inet1.Execute , "DIR " & Path & "/*.*"
    Reffer to that example for extended functions.

    Gl,
    D!m
    Dim

  3. #3

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    Cheers.

  4. #4

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    I got an error, no remote computer specified ?

  5. #5

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    mmmm, what would it be if the path was 'psyvision-soft.net'

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