Search found 3 matches

by rholn
20 Aug 2014 09:16
Forum: DOS Batch Forum
Topic: FTP Batch File
Replies: 5
Views: 2228

Re: FTP Batch File

newklear wrote:You can try: FTP_USER = "username@domain"


That wound up working.

Thank you both for your time and efforts in helping me.

Randy
by rholn
20 Aug 2014 08:42
Forum: DOS Batch Forum
Topic: FTP Batch File
Replies: 5
Views: 2228

Re: FTP Batch File

I am able to log into it manually, yes.

The error that i receive is: "331 Password required for domainusername.

I assumed that it was the "\" since it stripped it out when displaying the error message.
by rholn
20 Aug 2014 07:34
Forum: DOS Batch Forum
Topic: FTP Batch File
Replies: 5
Views: 2228

FTP Batch File

Simple question for the DOS command elite! I'm trying to create an FTP batch file where my username is my 'domain\username'. The problem is that the "\" is causing problems. What do I need to do in order to make the login process successful? Example: FTP_HOST = "172.nn.nn.nn" FTP...