View Single Post

  #2  
Old 11-09-2005, 01:35 PM
snowmonkey's Avatar
snowmonkey Offline
Registered User
 
Join Date: Jun 2003
Location: Canada
Posts: 3,355
Send a message via MSN to snowmonkey
Quote:
Originally Posted by teknogeek1300
Ok, I'm designing a program that runs batch files to trasfer files via FTP using batch files. I've only gotten to the point of this:

Code:
ftp 192.168.2.4

Which just prompts me for a user name and password.


I need it to...

I need it to acess that IP, with login name, and password.
All without needing to manually give any info.

The current FTP adress that I can acess is:
"ftp://busa:sample@192.168.2.4/"


If someone could just write up a quick sample code with all of the's thing's that'd be great!

I guess you are looking for link like this one
http://www.robvanderwoude.com/index.html

All the help you need for batch file.

Cheers
Reply With Quote