Jump to content

FTP command line


Recommended Posts

Guest Patrick D.
Posted

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

  • Replies 1
  • Created
  • Last Reply

Popular Days

Guest Chris M
Posted

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.


×
×
  • Create New...