服务器需要用户名和密码文件上传控件和System.IO
我获得了一个 ftp 用户名/密码来通过 ftp 服务器更新网站。该项目需要文件上传控件并要求我删除服务器上的文件。应使用 fileupload 将文件上传到服务器,并使用 file.delete 方法删除文件。相反,它显示服务器 randdomain.com:80 需要用户名和密码
。
它在我的计算机上的 Visual Studio 中运行良好。我如何才能简单地上传文件?具有文件上传的站点区域具有表单身份验证。 ftp 密码和表单身份验证密码均不起作用。
我如何让它上传文件?
I'm given an ftp username/password to update a website via the ftp server. The project calls for the fileupload control and for me to delete a file on the server. A file should be uploaded onto the server with fileupload and a file should be deleted with the file.delete method. Instead, it says The server randdomain.com:80 requires a username and password
.
It works fine in Visual Studio on my computer. How do I get it to simply upload the file? The area of the site with the fileupload has forms authentication. The ftp password and forms authentication password both do not work.
How do I get it to upload the file?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论