View Single Post

  #1  
Old 11-09-2005, 03:04 AM
teknogeek1300's Avatar
teknogeek1300 Offline
Registered User
 
Join Date: Nov 2005
Posts: 4
FTP File transfer using a batch file. (Help)

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!
__________________
[URL=http://img42.imageshack.us/img42/4289/circuitchipsig1gif8lb.gif]My Sig[/URL]
Reply With Quote