如何从远程机器获取文件
我有一台可以使用 ftp 访问的远程计算机(它具有带有用户 ID 和密码的静态 IP)。 我能够通过 asp.net 使用 FTP 将文件发送到该位置,但不知道如何通过代码使用 asp.net 取回该文件。 实际上想要使用 ASP.NET 代码做两件事: 1. 从具有静态 IP 和用户 ID 的远程计算机获取文件经过。 2. 获取该文件后,从远程计算机上删除该文件。
请为我提供解决方案 谢谢
i have got a remote machine which i can access using ftp (it has static ip with userid and pass).
i am able to send file to that location using FTP through asp.net but don't know how to get that file back using asp.net through code.
actually wants 2 things using asp.net code:
1. get file from remote machine which has static ip and userid & pass.
2. after getting that file delete that file from remote machine.
please provide me solution
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
查看此页面。
http://bytes.com/topic/visual -basic-net/answers/349767-retrieve-file-ftp-address
Check out this page.
http://bytes.com/topic/visual-basic-net/answers/349767-retrieve-file-ftp-address
最后我得到了解决方案:
http://dotnetacademy .blogspot.com/2010/12/how-to-upload-download-delete-file.html
Finally i got the solution:
http://dotnetacademy.blogspot.com/2010/12/how-to-upload-download-delete-file.html