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:
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