安全的文件传输 [英] Secure file transfers

查看:164
本文介绍了安全的文件传输的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们正在使用一个自定义的FTP应用程序(它加密文件)进行安全传输。我们将应用程序发送给最终用户,他们用它向我们发送机密数据。我们还使用它将信息发送回最终用户。

应用程序需要更新 - 有些内容不再一致。随着最终用户获得更严格的安全环境,操作系统更新发布等等。



我们有几种选择:


  • 更新应用程序,使用SFTP等。

  • 编写一个新的自定义web应用程序添加到我们的aspx网站。 b
  • 购买或下载SFTP软件

  • 购买或下载网络软件

  • 设置外部Sharepoint站点 li>使用在其他地方托管的服务 - 最好在加拿大,以便适用我们的法律

  • 一些很好的功能:


    1. 我们不希望解密文件位于防火墙外的服务器上。
    2. 可恢复传输

    3. 能够将文件自动移动到防火墙内的特定位置。尽管这可以在文件传输之外轻松完成。

    4. 通过电子邮件发送人和收件人的通知。

    建议/评论

    解决方案

    绝对写一个文件上传web应用程序并将其添加到您现有的网站。这使您可以灵活地创建您和您的客户所需的确切解决方案,但更重要的是,它消除了未来发生的这个问题。使用Web应用程序,不存在更新,分发或支持的客户端应用程序。您可以控制整个过程。



    可以在互联网上轻松找到适用于ASP的文件上传应用程序,选择最适合您的需求并自定义它:



    http://www.google.com/search?q=aspx+file+upload&ie=utf -8& oe = utf-8& aq = t& rls = org.mozilla:zh-CN:official& client = firefox-a

    确保将您的网络服务器配置为使用HTTPS并且不允许HTTP确保文件在传输过程中被加密


    We are using a custom FTP application (which encrypts the files) for secure transfers. We send the application to end users and they use it to send us confidential data. We also use it to send information back to the end users.

    The application is in need of an update - some things are no longer working consistently. As the end users get more restrictive security environments, as OS updates are released, etc.

    We have several options:

    1. Update the application, use SFTP, etc.
    2. Write a new custom web application to add to our aspx website.
    3. Purchase or download SFTP software
    4. Purchase or download web software
    5. Setup an external sharepoint site
    6. Use a service which is hosted elsewhere - preferably in Canada so that our laws apply

    Some of features which would be nice:

    1. We would not want decrypted files sitting on a server outside the firewall.
    2. Resumable transfers.
    3. Ability to move the files automatically to a specific place inside our firewall. Though this could be easily done outside the file transfer.
    4. Notifications for both sender and recipient by email.

    Suggestions/comments?

    解决方案

    Definitely write a file upload web application and add it to your existing website. This gives you the flexibility to create the exact solution you and your clients need, but more importantly, it eliminates this problem from happening in the future. With a web app, there are no client applications to update, distribute, or support. You control the entire process.

    A file upload app for ASP can be found easily on the internet, pick one that best suits your needs and customize it:

    http://www.google.com/search?q=aspx+file+upload&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a

    Be sure to configure your webserver to use HTTPS and not allow HTTP to ensure the files are encrypted during transport

    这篇关于安全的文件传输的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

    查看全文
    登录 关闭
    扫码关注1秒登录
    发送“验证码”获取 | 15天全站免登陆