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



My problem is that the Minicomputer ftp script WAS working and I am not
Pemitted to change the the script.

In the reference there is a line "if the FTP host implements automatic
login" and what I would like to do is ON the SERVER turn this feature off.

"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: FTP delete problem
    ... the problem was a lock to a file that the ftp get worked, ... Bernard Cheah ha scritto: ... generate by schedule task. ... If i manually execute the script, the output wrote, but by schedule ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: FTP delete problem
    ... Yes, the script looking the previous day log file, but when it's still ... Bernard Cheah ha scritto: ... the problem was a lock to a file that the ftp get worked, ... generate by schedule task. ...
    (microsoft.public.inetserver.iis.ftp)
  • Re: Automate FTP account creation
    ... i.e when user register to website then an FTP account ... not give you root access. ... You could do it by executing a PHP script which switches to the root ...
    (comp.lang.php)
  • Re: Scripted FTP transfer
    ... Rather then specify the username and password in your script, ... going to run the ftp script, ... If you are running this from root, the .netrc will be created in / ... I'm trying to write a FTP command file on the fly to ...
    (comp.unix.sco.misc)
  • SUMMARY: AUTOMATED FTP WITH TWO LOGINS
    ... The script is now working, Michael DeSimone made the below suggestion: ... AUTOMATED FTP WITH TWO LOGINS ... can't find list of remote files, ...
    (SunManagers)

Loading