Jump to content

How to configure FTP Server (IIS 7.0)


Recommended Posts

Hello and greetings from Portugal!

I'm trying to configure a Windows 2008 with IIS 7.0.

It's almost done but I need to configure FTP Server too.

In the past, I used an XML file to do it:

<?xml version ="1.0"?>
<configuration xmlns="urn:microsoft-catalog:XML_Metabase_V54_0">
<MBProperty>
<IIS_Global Location ="."
SessionKey="496353625000000034000000100000000b0200000168000001680000632a2e0a1c6dca03e4d49be57a447fc16cac8504
c09c780de9fe31043b6f655d699a0ff9e934fb783000360092a652f181c3e6e9244294323bfaab00"
>
</IIS_Global>
<IIsFtpServer Location ="/LM/MSFTPSVC/1"
ServerAutoStart="TRUE"
ServerBindings=":21:"
ServerComment="Default FTP Site"
ServerSize="1"
>
</IIsFtpServer>
<IIsFtpVirtualDir Location ="/LM/MSFTPSVC/1/ROOT"
AccessFlags="AccessRead | AccessWrite"
Path="E:\"
>
</IIsFtpVirtualDir>
<IIsInheritedProperties Location ="inherited:/LM/MSFTPSVC/1"
AdminACL="49634462a00000005800000040000000c254359a581e0bf896b6b3e9cbed6c83868c0edcdd4a2346b1f938d535155d90
088bdc4b19795f43e2191cc16db7537d8a1873466607445a5b1273b40539158fcacd1e36708ee6e3e30f3553b8db0a007b51a
7fc293e38ad3100390032002e003100300032002e00310030003300000000000900ffff00001000ffff00000a00ffff00000e
00ffff00001100ffff00001200ffff00000000"
AllowAnonymous="FALSE"
AnonymousOnly="FALSE"
AnonymousUserName="IUSR_"
AnonymousUserPass="49634462700000002200000040000000c254359a781e697894b6e7e9c1ed1683a98c45dca94a66468af94cd504151b90
088b00000100010093796bf0f674c74e88bad431e91fc96002000000000000000000000000000000000000000000000001000
000000000004c4d454d309bb0010000000000000000"
ConnectionTimeout="120"
DownlevelAdminInstance="1"
ExitMessage=" "
LogAnonymous="FALSE"
LogExtFileFlags="LogExtFileTime | LogExtFileClientIp | LogExtFileMethod | LogExtFileUriStem | LogExtFileHttpStatus | LogExtFileWin32Status"
LogFileDirectory="D:\IIS Logs\"
LogFilePeriod="1"
LogFileTruncateSize="20971520"
LogNonAnonymous="FALSE"
LogOdbcDataSource="TSLOG"
LogOdbcPassword="49634462600000001200000040000000c254359a2a1e7d78ceb6dfe9e0ed0b83868c01007f5cf271763916d8ceaee85d
db4fde8b3ad77df69325fbc80940f93a06f0e1f3e788169e1a620f142698e91eb5d520c6691d733c5b11d8167af9869f47d43
0cd00000000"
LogOdbcTableName="FTPLog"
LogOdbcUserName="InternetAdmin"
LogPluginClsid="{FF160663-DE82-11CF-BC0A-00AA006111E0}"
LogType="1"
MSDOSDirOutput="TRUE"
MaxBandwidth="4294967295"
MaxClientsMessage=" "
MaxConnections="100000"
>
</IIsInheritedProperties>
</MBProperty>
</configuration>

I don't know how to do it now in IIS 7.0.

I've already tried using appcmd.exe tool but with no success.

Can someone please help?

Best Regards,

Soultaker

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...