QUIC File Transfer Service, a CLI and srv for transferring large files
11–20 of 20 posts
Re: QUIC File Transfer Service, a CLI and srv for transferring large files
#12Better baseline would be transferring data via ssh + tar. Or serving a directory over http and concurrently downloading a file with axel
Re: QUIC File Transfer Service, a CLI and srv for transferring large files
#13Nowhere to be found. I guess I'll just open a ticket there.
Re: QUIC File Transfer Service, a CLI and srv for transferring large files
#14Is it time to move QUIC past UDP yet? Does QUIC deserve it's own Protocol number? There's only one byte in IP for protocol number, so it makes sense to limit the number of applications, but I believe QUIC has reached that level. https://www.iana.org/assignments/protocol-numbers/protocol-n...
Re: QUIC File Transfer Service, a CLI and srv for transferring large files
#15Weird to be comparing vs rsync. Rsync is notorious for maximizing latency as it has no pipelining. Better baseline would be transferring data via ssh + tar. Or serving a directory over http and concurrently downloading a file with axel
Re: QUIC File Transfer Service, a CLI and srv for transferring large files
#16Looks like the last time the code itself was touched was about seven months ago. And there are no open issues. I did spot the following in the README.md file: ``` An optional MD5 checksum can be calculated as well for the transferred file to verify that the content is the same as the source file. The server provides its own MD5 for comparison once the file is written. However, this would only be an additional level o…
Re: QUIC File Transfer Service, a CLI and srv for transferring large files
#17Well.. I'm not a go programmer. Just wanted the usual download/install and syntax to use the tool. Nowhere to be found. I guess I'll just open a ticket there.
Re: QUIC File Transfer Service, a CLI and srv for transferring large files
#18Weird to be comparing vs rsync. Rsync is notorious for maximizing latency as it has no pipelining. Better baseline would be transferring data via ssh + tar. Or serving a directory over http and concurrently downloading a file with axel
Re: QUIC File Transfer Service, a CLI and srv for transferring large files
#19How does QUIC compare to the proprietary Aspera protocol?