Afficher/masquer le menu
Liens Ecyseo
  • Tags cloud
  • Daily
  • Pictures wall
  • Search
  • Display options
    • Links per page :
    • 20 links
    • 50 links
    • 100 links
  • RSS Feed
  • Login

J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.

5165 links 

page 1 / 1

Liste des liens

5 results tagged transfert x
Linux Fu: Simple SSH File Sharing | Hackaday
2020-09-22 13:2 - permalink -
fichiers Linux ssh transfert
- https://hackaday.com/2020/09/21/linux-fu-simple-ssh-file-sharing/
qrcp: Transfer Files Between Desktop And Mobile Devices Over Wi-Fi By Scanning A QR Code - Linux Uprising Blog
2020-07-2 14:24 - permalink -

Une sorte de Dukto en ligne de commande.

fichiers Linux logiciel partage transfert
- https://www.linuxuprising.com/2020/07/qrcp-transfer-files-between-desktop-and.html
man netcat
2020-02-13 16:4 - permalink -

Data Transfer

The example in the previous section can be expanded to build a basic data transfer model. Any information input into one end of the connection is output to the other end, and input and output can be easily captured in order to emulate file transfer.

Start by using nc to listen on a specific port, with output captured into a file.
On a given machine, start listening over any port (any port over 1024 without needing su privileges). Here we arbitrarily chose port 1120:

$ nc -l -p 1120 > filename.out

The -l tag says we want to listen and the -p tag specifies the port.

Using a second machine, connect to the listening nc process, feeding it the file which is to be transferred.

On another machine connected to the same local network, connect to the first machine. If the first machine’s hostname is “second” we do:

$ nc second 1120 < filename.in

or

$ nc host.example.com 1120 < filename.in

After the file has been transferred, the connection closes automatically.

bash fichiers ligne-commande Linux transfert
- https://docs.oracle.com/cd/E86824_01/html/E54763/netcat-1.html
Official Home Page for ZendTo - Web-Based File Transfer
2018-02-21 18:33 - permalink -

Pour transférer de gros fichiers.
Via le barbu digressif

fichiers Linux transfert web
- http://www.zend.to/index.php
http://www.warriordudimanche.net/shaarli/?hfHeVw
2015-08-25 11:36 - permalink -

En fait, pas besoin d'avoir la main sur le serveur. Un fichier htaccess suffit.
Il suffit d'ajouter :
{code

php_value upload_max_filesize 5G php_value post_max_size 5G

code}

Testé en local, ça fonctionne. Par contre, c'est normal, ça ramouille.
Pas eu le temps de tester sur un mutualisé pour voir si ça peut être accepté.

À utiliser quand même avec parcimonie.

curl fichiers serveurs transfert
- http://www.warriordudimanche.net/shaarli/?hfHeVw
page 1 / 1


Tags


  • shaarli
  • wikipedia

Tags cloud

Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation
Affiches "loi aviva" créées par Geoffrey Dorne le 13 Mai, 2020 - Mastodon 1 - Mastodon 2