Re: Turning off FTP auto-login on the server side in IIS 6
- From: Stacey <Stacey@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 3 Jan 2007 15:34:00 -0800
Never Mind. . . . . . .
The real problem was with the login account which has now been fixed.
I made an error assuming that the operation of ftp on my xp workstation
would duplicate the interaction of FTP in the minicomputer batch file. . . .
It does not.
Thank you for the response.
"Bernard Cheah [MVP]" wrote:.
As I mentioned, this is standard ftp handshake.. you can't disable it.
Instead, you should put in the user credential in your script file for
authentication. Refer
Using FTP Batch Scripts
http://support.microsoft.com/?id=96269
Try
open "the ftpserver"
user
username
password
.....
--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/
"Stacey" <Stacey@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:9123B8B3-FE4D-49EC-8D65-7F2E5E5E435E@xxxxxxxxxxxxxxxx
The IIS 6.0 Server is responding to the open command with a prompt that
the
mini computer job is not programmed to respond to. The job was working
until
we demoted the server where IIS is running from a DomainControler to a
Member
server.
This is how IIS is currently responding
ftp
ftp> open "TheServer"
Connected to "TheServer"
220 Microsoft FTP Service
User ("TheServer":(none)): [[This prompt is being sent from IIS]]
331 Password required for
Password:
530 User xxx cannot log in.
Login failed.
ftp>
This is the basic contents of the file being directed into the
minicomputers
ftp
as in "ftp < TheFile"
open "TheServer
user xxx yyy
ls [[something other than ls is performed]]
close
quit
What I need to have IIS do is to not automatically ask for the user but
let
the user (Job) enter the user command.
- Follow-Ups:
- Re: Turning off FTP auto-login on the server side in IIS 6
- From: Bernard Cheah [MVP]
- Re: Turning off FTP auto-login on the server side in IIS 6
- References:
- Re: Turning off FTP auto-login on the server side in IIS 6
- From: Stacey
- Re: Turning off FTP auto-login on the server side in IIS 6
- From: Bernard Cheah [MVP]
- Re: Turning off FTP auto-login on the server side in IIS 6
- From: Stacey
- Re: Turning off FTP auto-login on the server side in IIS 6
- Prev by Date: Re: Turning off FTP auto-login on the server side in IIS 6
- Next by Date: Re: Turning off FTP auto-login on the server side in IIS 6
- Previous by thread: Re: Turning off FTP auto-login on the server side in IIS 6
- Next by thread: Re: Turning off FTP auto-login on the server side in IIS 6
- Index(es):
Relevant Pages
|
Loading