• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

FTP Issues on IIS 7

Zargon

Lifer
all of sudden my ftp accounts on one of my servers get

550 logon failure: unkown user name or bad password

when trying to list the contents of the root directory.

I have checked permissions inside IIS and on the dir on the drive through Explorer.

they check out fine.

but still the user cant do shit inside the root directory

I dont have user isolation setup or anything, its VERY basic

I just moved the root up a dir, and I can now not list that dir, but can list the previous root dir without editing ANYTHING else
 
Since you said this is a sudden occurance, my first guess would be that the password expired on the ftp account (assuming you're using windows accounts for iis authorization).

Otherwise...
Same thing happened to me after I left my domain actually, a reboot fixed the issue.


....
If those don't work, load up systeminternals processor monitor and attach it to the ftp service to see whats going wrong.
 
Back
Top