ftp - Reliable Ways to Send Large Files to Clients -




we have need regularly provide large files clients on daily or weekly basis. our process this:

  • internal process creates file , places in specific folder
  • our client connects via sftp , downloads file

this work when files small. bigger (50-100 gb in size), keep getting network interruptions , internal disk space related issues.

what i'd see following:

  • our internal process creates file.
  • this file copied intermediary service (similar filedropper).
  • our client download file intermediary service.

i'd know if other people had similar issues , possible solutions in place. file dropper works great non-business related files won't putting client data on there. have office 365 subscription. tried see use haven't found yet solve this.

any hints, suggestions or feedback appreciated!

consider amazon s3. have used several times in past , reliable both processing lot of files , processing large files





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -