`
coolwasp
  • 浏览: 39336 次
  • 性别: Icon_minigender_1
  • 来自: 合肥
社区版块
存档分类
最新评论

FTP连接报530 User 用户名 cannot log in home directory inaccessible的解决方法

IIS 
阅读更多
 在server 2003新建ftp用户并开启IIS的Ftp功能之后,有时在连接这个ftp的时候会出现530 User 用户名 cannot log in home directory inaccessible的错误,网上一般的解决方法是ftp目录是否存在,用户权限是否设置正确等等。但是经常是这些都是设置正确的,却还是出现这样的错误提示。

  其实原因是在新建IIS-FTP的时候选择了隔离用户,而在你选择的FTP文件夹却和这个用户相关的文件夹不同,所以自然就会出现这个提示,而找不到解决方法了。

  这个就涉及到server 2003的FTP文件夹的设定和命名有相当严格的规范。

  举个例子,如果你想为用户abc在server 2003下开通一个IIS-FTP服务 目录设定为E:\\FTP里。除了安装IIS和FTP组件及相关配置正确之外,你还应该在FTP文件夹中建立一个子文件夹。命名为LocalUser,然后在LocalUser文件夹中再建立一个子文件夹,命名为abc,即你要开通FTP服务的用户名。

  这样当用户abc运行FTP服务登录到server 2003时,会自动进入到E:\\FTP\\LocalUser\\abc文件夹目录下,这也就很好解释为什么最初会报出530 User 用户名 cannot log in home directory inaccessible的错误了。因为不这样设定的话 E:\\FTP\\LocalUser\\abc的目录根本就不存在。

  另外如果我们打算允许FTP站点提供匿名登录的话,还应在LocalUser目录下另建一个public的子目录。同理,匿名登录的用户将自动进入到D:\\FTP\\LocalUser\\public目录中。

  这样设置对一个服务器多个人使用的情况下非常有用,除此之外,你还可以在IIS中设置每个FTP对应的网站的流量,连接数等等限制来合理分配服务器资源。

分享到:
评论

相关推荐

    IIS FTP 出现 530 User cannot log in, home Directory Inaccessible 错误处理方法

    故障现象: 登陆FTP的时候提示 530 User waadmin cannot log in, home directory inaccessible. 故障原因: FTP根目录权限不够 第一种解决方法: 把该用户所在组加个“读取”权限 或参考下面的方法 原因: 可能是在...

    常见FTP问题说明

     先在服务器上DOS中FTP试试,开始–运行中,输入cmd 然后输入 ftp 你的IP 输入用户名密码,看能不能登陆 530 User xxxx cannot log in, home directory inaccessible. home directory inaccessible...

    Win10重置后inaccessible boot device解决方法.docx

    Win10重置后inaccessible boot device解决方法.docx

    delphi编译错误.txt

    Dynamic methods and message handlers not allowed in OLE automation section在OLE自动区段不允许有动态方法或消息处理程序 Element 0 inaccessible - use ''''Length'''' or ''''SetLength'''' 元素0不能存取-...

    vspdpro7.2 虚拟串口

    win10可用的开启虚拟串口的软件,可以使用模拟串口发送和接受数据。

    aurixtracing:基于 mcdxdas.dll 的 DAP miniWiggler V3 的 Aurix TriCore 时间跟踪守护程序

    Aurix 追踪 基于 mcdxdas.dll 的 DAP miniWiggler V3 的 Aurix TriCore 时间跟踪守护程序。 介绍 跟踪守护进程利用了英飞凌提供的名为mcdxdas.dll 。 此类库必须安装在运行跟踪守护程序的主机中,允许利用 DAP ...

    android想用adb查看数据库 被告知inaccessible or not found怎么办

    export ANDROID_HOME=/Users/jiafenglin/Library/Android/sdk export PATH=${PATH}:${ANDROID_HOME}/tools export PATH=${PATH}:${ANDROID_HOME}/platform-tools 输入:wq保存并退出,输入 source ~/.bash_profile ...

    qnx安装指南

    一步步教你如何安装qnx实时操作系统,简单明了便捷

    sqlite3:not found 解决方法

    支持android4.2-4.4,其他未知 博文链接:https://gundumw100.iteye.com/blog/2262622

    NewSID(光学习一下代码就可以了,没看清楚介绍别运行)

    Moving a BDC Here are the steps you should follow when you want to move a BDC from one domain to another: Boot up the BDC you want to move and log in. Use NewSID to synchronize the SID of the BDC ...

    bitstd.exe Burn In Test V9.1

    The consequences of failure can be fairly benign, such as your data becoming inaccessible while faulty components are replaced, or it can be fairly damaging, such as the loss or corruption of files....

    php.ini-development

    special sections cannot be overridden by user-defined INI files or ; at runtime. Currently, [PATH=] and [HOST=] sections only work under ; CGI/FastCGI. ; http://php.net/ini.sections ; Directives are...

    eAsula.pdf

    FAILURE TO COMPLY WITH THE PROCESS FOR SUCH ACTIVATION MAY RESULT IN THE SOFTWARE BEING INACCESSIBLE TO YOU. ENGAGING IN ANY SUCH ACTIVITY MEANT TO CIRCUMVENT SUCH RESTRICTIONS ON UNAUTHORIZED ...

    sqlite3(解决adb sqlite3: not found 问题)

    手机调试app时,使用adb调试数据库sqlite,输入命令sqlite3,提示:sqlite3 not found。将此文件导入/system/XBIN目录下,并赋予执行权限。

    wrar571.exe

    in local file header with sizes from central directory if local header sizes look invalid; b) file extraction is stopped at unpacked size stored in ZIP headers even if available packed data allows...

    sqlite3文件(sqlite3:not found 解决方法)

    sqlite3文件(用于解决安卓真机中sqlite3:not found的错误) http://blog.csdn.net/hust_twj/article/details/52212558

    sqlite3:not found

    解决方法: 1)挂载 /system目录为可读写 >adb shell # mount -o remount,rw -t yaffs2 /dev/block/mtdblock3 /system 2)把sqlite3 push到设备中 > adb push sqlite3 /system/xbin

    python 3.6.5官方文档

    in modules (written in C) that provide access to system functionality such as file I/O that would otherwise be inaccessible to Python programmers, as well as modules written in Python that provide ...

    Discrete Choice Analysis: Theory and Application to Travel Demand

    Discrete Choice Analysis presents these results in such a way that they are fully accessible to the range of students and professionals who are involved in modelling demand and consumer behavior in ...

Global site tag (gtag.js) - Google Analytics