Results 1 to 8 of 8

Thread: FTP In VB

  1. #1

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854

    FTP In VB

    Basically want, is a prog to get the "tasklist" of its computer, and load it in a text file to a ftp. How can this be done?

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: FTP In VB

    By tasklist do you mean what shows up when TaskManager is executed?

  3. #3

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854

    Re: FTP In VB

    yes but that is easy, shell "cmd tasklists > task.txt" ~ pseudo

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  4. #4
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: FTP In VB

    Quote Originally Posted by cid
    yes but that is easy, shell "cmd tasklists > task.txt" ~ pseudo
    Bare with me a moment. I guess I'm missing something. If you know how to do what you need to do, then what is your question?

  5. #5

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854

    Re: FTP In VB

    How to i get vb to upload the txt file to my ftp server?

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  6. #6
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: FTP In VB

    Quote Originally Posted by cid
    How to i get vb to upload the txt file to my ftp server?
    Can you map a drive to your FTP server? That would be the simpest solution.

    If not, then I believe Winsock can send files.

  7. #7

    Thread Starter
    Fanatic Member cid's Avatar
    Join Date
    Nov 2002
    Location
    Fort Worth, Texas
    Posts
    854

    Re: FTP In VB

    Ohh anyone have any sample code with winsock sending to ftp?

    www.google.com - Pay Tribute.

    Always Listening To: Thrice

  8. #8
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: FTP In VB

    Check out the Word document in Post #5

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