Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VBScript and FTP
Name: skivtmp Date: January 2, 2007 at 12:45:53 Pacific OS: Windows XP Pro CPU/Ram: Pentium D 1.73GHz / 1GB R Product: Dell
Comment:
I am writing a VBScript that connects to an FTP site. Once connected, it runs a dir command on a directory through a shell prompt. I need the results of the shell (command window) returned to the VBScript for manipulation. Any ideas if this is possible? Are there scripts out there that can retrieve file information on FTP sites (using the IP address and log-in information...not a mapped drive)?
Summary: Hi, I am trying to automate a series of FTP commands so that i can hand a job over to someone not technically minded! These are the FTP commands I am currently using: ftp 100.100.100.100 username pas...
Summary: I am still very new to VBScript, and I need some help creating a log file that will show the output of an FTP. The reason that I need the log file is to later search through it for the string "Transf...
Summary: How Can I Use FTP Commands In C++. I Don't Want To Use The Command Line Directly Because I Have To Put My User Name And Password In a Text File Insecurely. ...