Results 1 to 9 of 9

Thread: FTP access help !! vb6

Threaded View

  1. #5

    Thread Starter
    New Member
    Join Date
    Mar 2008
    Posts
    4

    Re: FTP access help !! vb6

    no, i want to create that text file and to write in it
    as you know, i used in local pc this code ---
    vb Code:
    1. open ("C:/t/data.txt") for append as #1
    2. print #1,data
    3. close #1
    ---
    it will create the file and write in it, is there a way to open the FTP and do the same !! and how should i tell the program about the username and pass ?
    Last edited by tambyq; Mar 10th, 2008 at 11:44 AM.

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