VBS) FTP.scriptlet and Shell.scriptlet
'Script_Type: scriptlet
'keywords: ftp, XML,
'Comment:
'This is a scriptlet that allows you to easily transfer files via FTP
without an external control.
'Script:
'Sample useage:
Set ftp = WScript.CreateObject("FTP.Scriptlet")
ftp.Host = "ftp.microsoft.com"
ftp.LocalDir = "C:\Downloads"
ftp.RemoteDir = "/some/where"
ftp.Download "*.vbs"
http://computer-programming-forum.com/61-wsh/589c54e684d46a26.htm