Winscripter
  WSH
  Forums
  Downloads
  Books
  Links
  Amazon




Login
Register

© winscripter.com
1998-2004







WSH Forum

Author Thread: Uploading file to FTP
slepax
Uploading file to FTP
Posted: Thursday, January 13, 2005 11:53 PM (PST)
Hey guys, I need to write a WSH script that runs periodically and upload files to some FTP server, it is quite important that the script will not interfere to people working on the machine (i.e. no pop-ups, no prompts, etc). I am trying to use the InternetExplorer.Application object. Connecting to the FTP is a breeze but is there a way telling the IE object to upload files??? Thanks, Ronen


Comments:

Author Thread:
?
Uploading file to FTP
Posted: Thursday, July 14, 2005 1:48 AM (PST)

You can use "Advanced script host" for FTP:

Look at this: http://canegor.campus.net.ru/gui_for_script/index.htm

?
Uploading file to FTP
Posted: Thursday, August 09, 2007 11:45 PM (PST)
You need to open a socket connection to the server by FTP:// protocol on its ftp port. e.g. ftp://www.somewhere.com:2020/somefolder/root but it requires using a username and password connection. The point is it requires using your modem/nic that sits on a particular board IRQ in your machine bound to a hardware name(port number or alias e.g. com1 com2 lpt1 e.t.c.). When that it is done the server needs to hear the port number(protocol associated) username and password to join up to your machine not unlike http: protocol.



WSH and ADSI Administrative Scripting


Winscripter   |  WSH   |  Forums   |  Downloads   |  Books   |  Links   |  Amazon