Flux rss

File transfer via SSH

Published by netty5, last update on Thursday October 30, 2008 07:28:12 AM by netty5

SSH - Secure SHell





SSH allows the use of pipelines controls, and use inputs / outputs pipes as any other commands , on the basis that redirection is done to or from the remote machine.

This may be used to transfer files:

ssh server "cat remote_file" > local_file


The fact that the scp command does exactly the same thing, the usefulness of such a command is questionable,
but imagine that you need to transfer a file of several mega, using a fairly limited bandwidth:

ssh server "gzip -c remote_file" > local_file.gz


Here, the server compress the file, the command used will write the compressed file on the client machine.

It can go even further if you do not want to retrieve a gzipped file, but still want to lower bandwidth usage:
ssh server "gzip -c remote_file " |gunzip > local_file
Cryptography - Secure Shell (SSH protocol) The Internet makes it possible to carry out a wide variety of remote operations, and particularly server administration and file transfers. The Telnet protocol and the BSD r-commands (rsh, rlogin and rexec) that let users perform these remote tasks... en.kioskea.net/crypto/ssh.php3
Internet - FTP FTP protocol (File Transfer Protocol) is, as its name indicates a protocol for transferring files. The implementation of FTP dates from 1971 when a file transfer system (described in RFC141) between MIT machines (Massachusetts Institute of... en.kioskea.net/internet/ftp.php3
Download Cyberduck Cyberduck runs on Mac OS X 10.3.9 or later. Cyberduck is a open source FTP and SFTP (SSH Secure File Transfer) browser licenced under the GPL. en.kioskea.net/telecharger/telecharger-84-cyberduck
Formatting your Flashdisk (USB Key )Formatting your Flashdisk (USB Key) How to format your USB Key? It is compulsory to format your USB Key regularly if you are frequently performing File transfer to one computer to another. Your computer can get infected with potential... en.kioskea.net/faq/sujet-186-formatting-your-flashdisk-usb-key
Uploading Large FilesUploading Large Files You have surely encountered various difficulties for sending files through e-mail due file limitation. You have found the elucidation to your trouble. There are several means to transfer files and data from one... en.kioskea.net/faq/sujet-188-uploading-large-files
Differences between the UDP and TCP protocolsDifferences between the UDP and TCP protocols User Datagram Protocol (UDP) Transmission Control Protocol (TCP) User Datagram Protocol (UDP) It is part of the base protocols of the Internet Protocol Suite. Programs on networked computers... en.kioskea.net/faq/sujet-608-differences-between-the-udp-and-tcp-protocols
Sata or ide faster?Hello, just asking myself which one is more faster hdd sata or ide? its just because a friend of mine told me that ide is more rapid in terms of file transfer is it true? thanks for your help en.kioskea.net/forum/affich-20748-sata-or-ide-faster
Victim of remote loginHello, i m rajan . we have linux in our college. some students try to hack me via ssh command . and i get halted i cant change my password. because its not permissible. some students know my password. please suggest me to handle this big problem. thanks en.kioskea.net/forum/affich-4259-victim-of-remote-login
File TransferHello, How to transfer files between two computers via Cross cable or LAN cable en.kioskea.net/forum/affich-40783-file-transfer
Download Instant File Name SearchAlthough mode searches already exist on Windows, sometimes more definite tools for specific tasks are needed. Instant Name Search Goes off search files by name on your computer or on a network instantly. It supports the Boolean operators (AND,or,... en.kioskea.net/telecharger/telecharger-630-instant-file-name-search
Download Core FTP LEFeatures like SFTP (SSH), SSL, TLS, IDN, browser integration, site to site transfers, FTP transfer resume, drag and drop support, file viewing & editing, firewall support, custom commands, FTP URL parsing, command line transfers, filters, and much,... en.kioskea.net/telecharger/telecharger-232-core-ftp-le
Download PandoWhat is more irritating than to send voluminous files by e-mail ! The solution of your problems is in five letters: "Pando". Pando is the ideal tool for the transfer of big volume data via e-mail. It allows to send files or folders of 1 Go. By... en.kioskea.net/telecharger/telecharger-1742-pando
Gadget lovers flip over new iPhone 3GA customer shows Apple's new 3G iPhone mobile handset at the Softbank shop in Tokyo on July 11. Apple's international launch of its iPhone 3G has begun in several Asian countries as a freshly-opened "App Store" tempted fans with additional... en.kioskea.net/actualites/gadget-lovers-flip-over-new-iphone-3g-10529-actualite.php3
Films to hit iTunes with releases on DVDsApple Store customers look at a display of iPods in San Francisco, California. Apple said Thursday it has deals with Hollywood studios to make popular films available for its iPods and iPhones via its iTunes online store as soon as the movies are... en.kioskea.net/actualites/films-to-hit-itunes-with-releases-on-dvds-10333-actualite.php3
Using FTP commands FTP (File Transfer Protocol) is a protocol — meaning a standard language that lets two machines communicate — used so that computers of different types (or with different operating systems) can transfer files over a network that uses... en.kioskea.net/utile/ftp.php3
Web - Downloading The term "downloading" refers to copying onto a local storage device a resource found on a network. The broader term file transfer refers to copying a file over a network. There are two types of file transfers: Downloading, receiving a file over a... en.kioskea.net/www/telechargement-download.php3
Viruses - Nimda Le Nimda virus (code name W32/Nimda) is a worm which spreads by email. It also has four other ways to spread: The web Shared folders Microsoft IIS security holes File transfer At particular risk are users of Microsoft Outlook in Windows 95, 98,... en.kioskea.net/virus/nimda.php3