Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
8 results for tags ftp x
  • linux - How to upload one file by FTP from command line? - Super User
    si possible, installer ftp-upload
    ftp-upload -h {HOST} -u {USERNAME} --password {PASSWORD} -d {SERVER_DIRECTORY} {FILE_TO_UPLOAD}

    ou avec curl:
    curl -T my-local-file.txt ftp://ftp.example.com --user user:secret

    sinon:
    $ ftp -n <<EOF
    open ftp.example.com
    user user secret
    put my-local-file.txt
    EOF

    ou encore:
    ftp -u ftp://user:secret@ftp.example.com/my-local-file.txt my-local-file.txt
    permalink -
    - https://superuser.com/questions/323214/how-to-upload-one-file-by-ftp-from-command-line
    ftp linux
  • lftp - Documentation Ubuntu Francophone
    synchronisation via ftp
    voir aussi : http://ubunteros.tuxfamily.org/spip.php?article196
    permalink -
    - http://doc.ubuntu-fr.org/lftp
    ftp synchro
  • Un serveur FTP en 5 minutes chrono | Le blog de NicoLargo
    permalink -
    - http://blog.nicolargo.com/2009/01/un-serveur-ftp-en-5-minutes-chrono.html
    ftp linux
  • GuildFTPd FTP Server Daemon - GuildFTPd
    via sebsauvage
    permalink -
    - http://www.guildftpd.com/index.php
    ftp
  • GuildFTPd FTP Server Daemon - GuildFTPd - Liens en vrac de sebsauvage
    permalink -
    - http://sebsauvage.net/links/?aWsYGA
    ftp
  • 12 Ways to Make a Raspberry Pi Web Server - wikiHow
    permalink -
    - http://www.wikihow.com/Make-a-Raspberry-Pi-Web-Server#Part_Eight:_Install_FTP
    ftp raspberry
  • Open Source PHP Ajax FTP File Manager | Monsta FTP
    permalink -
    - http://www.monstaftp.com/
    ftp web
  • Envoyer un fichier par FTP en ligne de commande • SynerGeek.fr
    et http://www.textheavy.com/tutorials/winftp.html
    permalink -
    - http://synergeek.fr/envoyer-fichier-ftp-ligne-commande
    ftp
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.