Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Hi, just about 2 months i have heard about a new file transfer protocol that its very fast and perform some compression, so just as a software solution can upgrade all your network and has been used has in a animation production enviroment... only 1 animation studio is using it... but I canīt find this soft.
And where I work (animation studio) we want to implement this solution...
Anyone know something about this??
Ha! and its open source!!
Ho my!! help here!
Well, typical programs for transferring files between hosts include: scp, rsync, ftp, fsp, rcp... AFAIK all of these except fsp typically run over TCP, fsp being a UDP-based thingy. None of these are new. Did you mean one of these?
Rsync is very clever about what it transfers, and in some use cases can be super-fast compared to solutions based on more traditional methods.
To expand, the key difference with rsync is that it figures out the differences between the src and tgt files and only sends enough data to 'update' the tgt.
The others send the whole file (err don't know fsp..)
BTW, another 'whole file' option is sftp.
To expand, the key difference with rsync is that it figures out the differences between the src and tgt files and only sends enough data to 'update' the tgt.
The others send the whole file (err don't know fsp..)
BTW, another 'whole file' option is sftp.
ah, sftp, of course! I should have included that in my list.
fsp is very similar to ftp in use. It think it's more or less the same thing but on UDP rather than TCP, at least that's the impression I have from dim memories of using it once or twice in about 1995.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.