Netcat is a command-line network tool used to establish TCP/UDP connections and network analysis. Netcat features include outgoing and incoming connections, TCP or UDP, to or from any ports. It can be used to open local ports, supports file transference between devices. Netcat can be used to...
Netcat is a command-line network tool used to establish TCP/UDP connections and network analysis. Netcat features include outgoing and incoming connections, TCP or UDP, to or from any ports. It can be used to open local ports, supports file transference between devices. Netcat can be used to...
Yeah this one (Python Webserver) is always super useful for a quick and dirty transfer mechanism for 2 machines where a) ssh isn't setup b) I couldn't be arsed to move keys around c) I need to do stuff NOWWWW!
Fpsync is command line tool for synchronizing directories in parallel using fpart and rsync tools. You can specify a number of concurrent sync jobs, number of files per sync job, and the maximum byte size per sync among other things. Fpsync is believed to be 4 to 5 times faster than rsync...
uly.me
Fpsync is command line tool for synchronizing directories in parallel using fpart and rsync tools. You can specify a number of concurrent sync jobs, number of files per sync job, and the maximum byte size per sync among other things. Fpsync is believed to be 4 to 5 times faster than rsync. Fpsync makes sense when syncing massive drives with thousands of directories and small files.