Results 1 to 2 of 2

Thread: how to upload program to internet

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2000
    Posts
    19
    Can i upload a complied program done in standard exe under VB6 onto internet? If it is possible, can you give some advices or example for me to follow.

    Thank you.
    God bless
    Nigel
    [email protected]

  2. #2
    Fanatic Member Dim's Avatar
    Join Date
    Jul 2000
    Posts
    620
    This would upload file:
    Code:
    Inet1.AccessType = icUseDefault
    Inet1.URL = "xxx.xxx.xxx.xxx"
    Inet1.UserName = "me"
    Inet1.Password = "***"
    Inet1.RequestTimeout = 40
    Inet1.Execute , "PUT C:\test.txt test.txt"
    Gl,
    D!m

    [Edited by Dim on 08-01-2000 at 08:46 AM]
    Dim

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