Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey folks,
For my work I have to create text files that get uploaded via ftp to another server, then i log out and go to telnetto execute them, then back to ftp to download the files... basically thje script executes a process to convert images to pdf format. I have excel retrieve the items that people want and compile the scripts, but what i would like to do it have vba/excel connect to ftp, log in, upload, then logoff then go into telnet to execute, and then back to ftp. Currently, I use send keys with a command prompt but this sometimes fails to work, doesnt know when things are complete and delays are guesswork, also you cannot do anything on the computer until done, theregore if anybody knows a simple code for telnet and ftp, please advise.. I am not advanced in my programming therefore something not complicated to follow would be appreciated, if possible. Thank you in advance. Clint |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Clinton,
FTP from VB/VBA, here's a few approaches: http://www.google.co.uk/search?hl=en...e+Search&meta= Telnet and alternatives: http://www.google.co.uk/search?hl=en...G=Search&meta= Put it together, step by step. All this is to "convert images to pdf format" ? Can you not do that on the local computer ? NickHK "Clinton M James" wrote in message ... Hey folks, For my work I have to create text files that get uploaded via ftp to another server, then i log out and go to telnetto execute them, then back to ftp to download the files... basically thje script executes a process to convert images to pdf format. I have excel retrieve the items that people want and compile the scripts, but what i would like to do it have vba/excel connect to ftp, log in, upload, then logoff then go into telnet to execute, and then back to ftp. Currently, I use send keys with a command prompt but this sometimes fails to work, doesnt know when things are complete and delays are guesswork, also you cannot do anything on the computer until done, theregore if anybody knows a simple code for telnet and ftp, please advise.. I am not advanced in my programming therefore something not complicated to follow would be appreciated, if possible. Thank you in advance. Clint |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I hyperlink to a telnet session? | Excel Discussion (Misc queries) | |||
telnet without sendkeys | Excel Programming | |||
sendkeys problem for telnet | Excel Programming | |||
Starting telnet/ssh from Excel | Excel Programming | |||
Need VB script for telnet application | Excel Programming |