C# 无法在FTP服务器上复制文件。

C# 无法在FTP服务器上复制文件。,c#,asp.net,ftp,C#,Asp.net,Ftp,我的登录是正确的,所以我应该有这样做的权限。有什么想法吗?当您对尝试上载的文件夹(或尝试编辑的文件)没有写入权限时,可能会出现550错误 鉴于您发布的消息,您正在尝试将文件上载到FTP的根目录。您可能需要将文件上载到子文件夹,在Windows主机中通常(但不总是)是/wwwroot 也可能是您的FTP凭据只有读取权限,因此您无法将任何文件或文件夹放入FTP服务器 尝试使用FTP客户端(例如FileZilla)检查您的FTP凭据,以查看是否可以直接上载文件和创建文件夹 谢谢coodi,这个根目录有

我的登录是正确的,所以我应该有这样做的权限。有什么想法吗?

当您对尝试上载的文件夹(或尝试编辑的文件)没有写入权限时,可能会出现550错误

鉴于您发布的消息,您正在尝试将文件上载到FTP的根目录。您可能需要将文件上载到子文件夹,在Windows主机中通常(但不总是)是
/wwwroot

也可能是您的FTP凭据只有读取权限,因此您无法将任何文件或文件夹放入FTP服务器


尝试使用FTP客户端(例如FileZilla)检查您的FTP凭据,以查看是否可以直接上载文件和创建文件夹

谢谢coodi,这个根目录有问题,应该把它复制到根目录子文件夹,现在它可以工作了!
Copying all files to temporary location below for package/publish:
    obj\Release\Package\PackageTmp.
    2>Publishing folder /...
    2>Unable to add 'index.aspx' to the Web site.  Access is denied (550).
    2>Unable to add 'jquery-1.7.1.min.js' to the Web site.  Access is denied (550).
    2>Unable to add 'jquery.dropotron-1.0.js' to the Web site.  Access is denied (550).
    2>Unable to add 'style.css' to the Web site.  Access is denied (550).
    2>Unable to add 'Web.config' to the Web site.  Access is denied (550).
    2>Unable to add folder 'bin' to the Web site.  Cannot create folder "bin".
    2>Unable to add folder 'images' to the Web site.  Cannot create folder "images".
    2>Site was published successfully ftp://myblogstory.somee.com/
    2>
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========
    ========== Publish: 0 succeeded, 1 failed, 0 skipped ==========