I have a network with a SAN which houses our data shares. I have a windows 2008 ent. Web server with iis 7 installed in a network with a windows 2003 Active directory environment.
I have confirmed FTPS works with the local administrator account using a local ftproot dir.
We have no desire to store our customer's uploaded data onto the local FTP server's drives. We need the FTP Virtual Dir ftp root to be a network location for better backup/efficiency.
I changed the "connect as" on basic settings to a domain administrator account for testing purposes.
the physical path was changed to the network location. \\servername\f$\networkfolder
I do not have user isolation setup.
Under FTP Authentication , basic is enabled with our domain's netbios name.
Under FTP Authorization Rules, I have allowed a specific user - a domain user: "domain\ftpuser"
since the virtual directory is named "customer1", when I log in using domain credentials, I should be using "customer1|domain\username", correct?
When I tried using a local administrator, I used "customer1|localadministrator" successfully.
firewall support is setup correctly.
FTP SSL works with our cert.
What am I missing? I just want to point the ftproot to a network share.
Using the latest filezilla client, here's the output:
Status: Resolving address of filetransfer.domain.net
Status: Connecting to 123.456.7.89:990...
Status: Connection established, initializing TLS...
Status: Verifying certificate...
Status: TLS/SSL connection established, waiting for welcome message...
Response: 220 Microsoft FTP Service
Command: USER customer1|domain\username
Response: 550 No such host is known.
Error: Could not connect to server
Josh