|
-
Jan 3rd, 2000, 04:26 AM
#1
Thread Starter
New Member
I'm completely new to VB, but need to complete a project fairly quickly for work. I need to open an ftp session, send a file to a unix server, close that session, open a telnet session and run a script using that file, all in the back ground (no forms open). Is this possible. How does this happen. Please leave detailed help, as again, I know very little about vb.
(This isn't a program which will be publically distributed, it's specific to my company)
Thank You,
-j
-
Jan 3rd, 2000, 08:24 PM
#2
Addicted Member
I don't know about the Telnet business, but I can help with the FTP. I suggest you goto www.codeguru.com/vb/ and look under the internet section.
------------------
"To the glory of God!"
-
Jan 7th, 2000, 01:18 AM
#3
You can do the telnet bit using the WinSock control...I've made a Telnet Client program using this and it was quite simple to do. To make an automated version you would need to know what (exact - also case sensitive) commands is send by the telnet server to prompt for your username & password, so that the vb program knows what commands to send when.
If you connect to the telnet server and carry out all the appropriate commands using Microsoft's Telnet Client, you can have it log everything to a text file. Send me that text file (you can leave out your password if you want - you can fill that in later) and I'll make you a sample app...how's that sound? (Sounds like I have too much free time!! )
Matthew
[email protected]
-
Jan 7th, 2000, 10:48 PM
#4
Addicted Member
Hi,
RE: FTP
Check out my new article: www.vbsquare.com/internet/inet3/
------------------
"To the glory of God!"
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
|