search

Home  >  Q&A  >  body text

How to upload large files within LAN with PHP?

There is an LNMP server in the LAN. How to use PHP to upload large files to the server from other machines in the LAN? (5GB±)

过去多啦不再A梦过去多啦不再A梦2722 days ago933

reply all(3)I'll reply

  • 黄舟

    黄舟2017-06-10 09:49:37

    I think it can be adjusted according to actual needs. After all, servers generally have upload restrictions. In addition, large files need to implement complex functions such as breakpoint resume upload! If your needs are not too complicated, use LAN sharing tools, such as Feige Chuan Shu etc. SVN can also be used. Even share directly on LAN!

    reply
    0
  • 学习ing

    学习ing2017-06-10 09:49:37

    It’s not interesting to use the web for 5g data. Just use the scp command to transfer data between servers

    reply
    0
  • 伊谢尔伦

    伊谢尔伦2017-06-10 09:49:37

    I feel that it is more appropriate to use the ftp protocol. Use PHP's ftp related methods. After all, it supports breakpoint resume transfer. Not actually used, just a suggestion.

    reply
    0
  • Cancelreply