Need help with a .bat file
Tech-Archive recommends: Fix windows errors by optimizing your registry
I am writing a .bat file. It has been a while. The file kicks off an ftp
program. I then need to put in a user name and password. However, it does
not write the username of password into the prompts. Here is how I wrote it.
What am i missing?
ftp mvssys
xxxxsssww (username example)
zadsfdsaf (password example)
Not sure why this doesn't work
.
Relevant Pages
- Re: FTP on IIS6.0 Not Working
... > 220 Microsoft FTP Service ... > 331 Password required for username. ... > 200 PORT command successful. ... > 150 Opening ASCII mode data connection for /bin/ls. ... (microsoft.public.inetserver.iis.ftp) - Re: FTP on IIS6.0 Not Working
... 220 Microsoft FTP Service ... 331 Password required for username. ... 200 PORT command successful. ... 150 Opening ASCII mode data connection for /bin/ls. ... (microsoft.public.inetserver.iis.ftp) - Re: Running a BAT file with Access
... Try implementing the FTP Client mentioned in a post below. ... speaking if you can pull something off with something that's all native to ... timing issue between the TXT file being created and the BAT file FTPing. ... only issue is that there's no data in the file on the mainframe when run ... (microsoft.public.access.modulesdaovba) - Re: General setup problem
... account, and it will not let me on. ... Even with anonymous ftp, you still need to enter username as ... My goal is to creat a FTP site that would require domain user ... (microsoft.public.inetserver.iis.ftp) - Re: port scans
... the ftp server before these, let's call 'em probes, started. ... you need is the username and your email address ... authentication methods (often involving security tokens like SecurID ... It's clear from logs that they do not know my ftp server is "anonymous" but requires any email address in the field! ... (comp.security.firewalls) |
|