Re: Turning off FTP auto-login on the server side in IIS 6



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.



-----
"Bernard Cheah [MVP]" wrote:

I don't quite get you... there's no auto login feature.
All ftp connections need to be authenticate, even if it's an anonymous
access.

can you give more detail ?


--
Regards,
Bernard Cheah
http://www.iis.net/
http://www.iis-resources.com/
http://msmvps.com/blogs/bernard/


"Stacey" <Stacey@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:BDB399E4-9E46-4756-84A8-AE629FC88069@xxxxxxxxxxxxxxxx
The client's ftp access was working just fine, before we removed the
domain
controller function from our old server. The ftp access is being
performed
from a batch file on a mini computer. (we are NOT allowed to change the
batch
file)

At this point the only problem left is that as soon as the ftp executes
an
open the server is responding with an auto-login prompt which voids the
user
statement in the batch file.

How can I turn off the ftp auto-login feature on the Windows 2003 (IIS
6)






.



Relevant Pages

  • Re: IIS 6.0 FTP
    ... if your ftp is working first. ... So, go to the remote machine (which allow to connect to your iis server), go ... The ftp server connection msgs you posted, doesn't look like IIS FTP to me. ... clients are using an order entry program created in Microsoft access. ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: IIS 6.0 FTP
    ... if your ftp is working first. ... So, go to the remote machine (which allow to connect to your iis server), go ... The ftp server connection msgs you posted, doesn't look like IIS FTP to me. ... clients are using an order entry program created in Microsoft access. ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: IIS 6.0 FTP
    ... The IIS is running, along with the FTP ... There is no other FTP service on this server. ... I understand your have the order entry program, ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: IIS 6.0 FTP
    ... Well IIS FTP does have such a feature, how to use it, I do not know. ... clients are using an order entry program created in Microsoft access. ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: IIS 6.0 FTP
    ... Internet Information Services (IIS) Manager ... The Security System detected an authentication error for the server ... I doubt IIS FTP has such feature. ... using the clients username and password, ...
    (microsoft.public.inetserver.iis.ftp)

Loading