
Is there a good ActiveX Object for FTP transfers or FTP.exe command line commands I can execute with a shell?
Script Programmers:
I am trying to make a vbs file that will upload and download files
programmatically. I loved CuteFTP Pro's ActiveX object, but it doesn't
support PASV mode yet. Unfortunately I cannot transfer files using PORT mode
from the remote location to the server without PASV mode. I looked at
Microsoft's Internet Transfer control, but I saw no way to use it in a
Windows Script Host file and I saw no support for PASV mode.
If there is no good FTP ActiveX object does anyone know the windows nt
ftp.exe well enough to provide me with a commandline to
upload/download/remote rename/remote delete to a site with a specific port,
user account, and PASV mode? I'm having no luck searching the Microsoft.com
website for my answers.
Thanks!
~ Don Reynolds ~