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



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.


.



Relevant Pages

  • 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)
  • Re: IIS 6.0 FTP
    ... does not look like the behavior of an IIS FTP server. ... By default, IIS FTP ... using the clients username and password, ...
    (microsoft.public.inetserver.iis.ftp)
  • FTP Tagging anyone?
    ... using our FTP to store ripped DVD movies. ... was perpetrated on IIS? ... Neo1907's PuB-tAgGeR ... DVDrip by romantiker2k ...
    (microsoft.public.inetserver.iis.security)

Loading