|
-
May 26th, 2005, 09:56 AM
#1
Thread Starter
Fanatic Member
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?
-
May 26th, 2005, 09:57 AM
#2
Re: FTP In VB
By tasklist do you mean what shows up when TaskManager is executed?
-
May 26th, 2005, 10:01 AM
#3
Thread Starter
Fanatic Member
Re: FTP In VB
yes but that is easy, shell "cmd tasklists > task.txt" ~ pseudo
-
May 26th, 2005, 10:07 AM
#4
Re: FTP In VB
 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?
-
May 26th, 2005, 11:11 AM
#5
Thread Starter
Fanatic Member
Re: FTP In VB
How to i get vb to upload the txt file to my ftp server?
-
May 26th, 2005, 11:19 AM
#6
Re: FTP In VB
 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.
-
May 26th, 2005, 11:35 AM
#7
Thread Starter
Fanatic Member
Re: FTP In VB
Ohh anyone have any sample code with winsock sending to ftp?
-
May 26th, 2005, 11:38 AM
#8
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|