Guest Patrick D. Posted November 14, 2007 Posted November 14, 2007 Hi, Creating a simple batch-file for command line based ftp-upload, I cannot turn off the prompt, where I have to set username. An online-tutorial showed me the following method: ftp xxx.xxx.xxx.xxx prompt n USER Username Password mput c:\*.* bye I still have to set username and password. Can anybody help me? Thanks for your hint. regards Patrick
Guest Chris M Posted November 14, 2007 Posted November 14, 2007 Re: FTP command line Patrick D. wrote: > Hi, > > Creating a simple batch-file for command line based ftp-upload, I cannot > turn off the prompt, where I have to set username. An online-tutorial showed > me the following method: > > ftp xxx.xxx.xxx.xxx > prompt n > USER Username > Password > mput c:\*.* > bye > > I still have to set username and password. Try the methods detailed here: http://support.microsoft.com/kb/96269 -- Chris M. Remove pants to email me.
Recommended Posts