Seite 2 von 2 ErsteErste 12
Ergebnis 11 bis 17 von 17
  1. #11
    Avatar von betacentauri
    Registriert seit
    15.06.2013
    Beiträge
    2.359
    Thanks (gegeben)
    287
    Thanks (bekommen)
    1399
    Total Downloaded
    1,32 MB
    Total Downloaded
    1,32 MB
    ReceiverDanke
    Box 1:
    hd51
     
     
    Box 2:
    vuduo4kse
     
     
    Box 3:
    und noch 20-30 andere
     
     
    Die Binaries kann man hier runterladen:
    Index of /downloads/binaries/1.21.1
    hd51, vuduo4se,....

    •   Alt Advertising

       

  2. #12
    e2world
    Gast
    Spannend, ein alternativer Befehlsinterpreter?

  3. #13
    Avatar von betacentauri
    Registriert seit
    15.06.2013
    Beiträge
    2.359
    Thanks (gegeben)
    287
    Thanks (bekommen)
    1399
    Total Downloaded
    1,32 MB
    Total Downloaded
    1,32 MB
    ReceiverDanke
    Box 1:
    hd51
     
     
    Box 2:
    vuduo4kse
     
     
    Box 3:
    und noch 20-30 andere
     
     
    Nicht wirklich. Die Busybox Version unterstützt alle Befehle. Also auch welche, die aus irgendwelchen Gründen bei uns deaktiviert wurden. Einfach runterladen und irgendwo ablegen. Ich würde nicht das originale Busybox Binary überschreiben. Dann ausführbar machen und das hier ausführen:
    ./busybox ftpput ...

    Hab ich auch schon mal für pivotroot verwendet was im normalen Busybox bei uns nicht enthalten ist.
    hd51, vuduo4se,....

  4. Thanks - bedankten sich
  5. #14
    Senior Mitglied Avatar von schorschi
    Registriert seit
    28.09.2014
    Ort
    Rhein-Main
    Beiträge
    573
    Thanks (gegeben)
    72
    Thanks (bekommen)
    105
    Themenstarter
    Total Downloaded
    167,06 MB
    Total Downloaded
    167,06 MB
    ReceiverDanke
    Box 1:
    GB UHD Quad 4K
     
     
    Box 2:
    GB UHD UE 4K
     
     
    Box 3:
    GB HD Quad Plus
     
     
    Box 4:
    GB HD X2
     
     
    nochmals danke! Ich habe die armv8l heruntergeladen und nur kurz angetestet, ftpput werde ich noch testen.
    Index of /downloads/binaries/1.28.1-defconfig-multiarch

    root@gbue4k-216:/usr/script# ./busybox
    BusyBox v1.28.1 (2018-02-15 14:34:02 CET) multi-call binary.
    Beste Grüße
    Schorsch

    --------------------------------------------------------------------------------
    E2Shell - E2Info - DDNS-Client - My Keymap - NFS Speed-Test - Div. Skripte

  6. #15
    Senior Mitglied Avatar von schorschi
    Registriert seit
    28.09.2014
    Ort
    Rhein-Main
    Beiträge
    573
    Thanks (gegeben)
    72
    Thanks (bekommen)
    105
    Themenstarter
    Total Downloaded
    167,06 MB
    Total Downloaded
    167,06 MB
    ReceiverDanke
    Box 1:
    GB UHD Quad 4K
     
     
    Box 2:
    GB UHD UE 4K
     
     
    Box 3:
    GB HD Quad Plus
     
     
    Box 4:
    GB HD X2
     
     
    hab' ftpput doch mal schnell getestet und es funzt Performance-Test folgt noch. Wildcards, bzw. dass Uppen von mehreren Dateien ist vermutlich nicht möglich.

    Code:
    root@gbue4k-216:/usr/script# ./busybox ftpput --help
    BusyBox v1.28.1 (2018-02-15 14:34:02 CET) multi-call binary.
    
    Usage: ftpput [OPTIONS] HOST [REMOTE_FILE] LOCAL_FILE
    
    Upload a file to a FTP server
    
            -v      Verbose
            -u USER Username
            -p PASS Password
            -P NUM  Port number
    Code:
    root@gbue4k-216:/usr/script# ./busybox ftpput -v -u root -p 'geheimes_passwort' -P 4711 kumpel.dyn.dns /tmp/test.txt /tmp/test.txt
    Connecting to kumpel.dyn.dns (XXX.XXX.XXX.XXX:4711)
    ftpput: cmd (null) (null)
    ftpput: cmd USER root
    ftpput: cmd PASS geheimes_passwort
    ftpput: cmd TYPE I (null)
    ftpput: cmd PASV (null)
    ftpput: cmd STOR /tmp/test.txt
    ftpput: cmd (null) (null)
    ftpput: cmd QUIT (null)
    Geändert von schorschi (13.02.2019 um 18:11 Uhr)
    Beste Grüße
    Schorsch

    --------------------------------------------------------------------------------
    E2Shell - E2Info - DDNS-Client - My Keymap - NFS Speed-Test - Div. Skripte

  7. #16
    Avatar von betacentauri
    Registriert seit
    15.06.2013
    Beiträge
    2.359
    Thanks (gegeben)
    287
    Thanks (bekommen)
    1399
    Total Downloaded
    1,32 MB
    Total Downloaded
    1,32 MB
    ReceiverDanke
    Box 1:
    hd51
     
     
    Box 2:
    vuduo4kse
     
     
    Box 3:
    und noch 20-30 andere
     
     
    Mit "ls" kannst dir ja die Dateinamen raussuchen und dann in Excel mit ein paar Formeln die Befehle zusammen basteln. Oder über ein kleines Shellscript was per Loop über die Dateinamen läuft und dann jeweils die Datei überträgt. So in der Art:
    Code:
    #!/bin/bash
    
    for filename in ./*; do
      echo "$filename"
      ./busybox ftpput .... "$filename" ...
    done
    hd51, vuduo4se,....

  8. #17
    Senior Mitglied
    Registriert seit
    31.01.2017
    Beiträge
    691
    Thanks (gegeben)
    25
    Thanks (bekommen)
    297
    Total Downloaded
    44,00 MB
    Total Downloaded
    44,00 MB
    ReceiverDanke
    Box 1:
    H7S
     
     
    Box 2:
    mipsel Box
     
     
    ncftp habe ich mal benutzt als es noch keine Webbrowser gab, der Name wollte mir einfach nicht einfallen, ist ein besseres ftp, ncftpput und ncftpget als eigenständige Programme sind auch drin, soviel ich es in Erinnerung habe konnten die wildcars
    .deb Package manuell entpacken
    Debian -- Details of package ncftp in jessie
    Code:
    root@mbmini:/var/volatile/tmp# ./ncftpput
    NcFTPPut 3.2.5
    
    Usages:
      ncftpput [flags] remote-host remote-dir local-files...   (mode 1a)
      ncftpput [flags] bookmark-name remote-dir local-files... (mode 1b)
      ncftpput -f login.cfg [flags] remote-dir local-files...  (mode 2)
      ncftpput -c remote-host remote-path-name < stdin         (mode 3)
      ncftpput -C remote-host local-path-name remote-path-name (mode 4)
    
    Flags:
      -u XX  Use username XX instead of anonymous.
      -p XX  Use password XX with the username.
      -P XX  Use port number XX instead of the default FTP service port (21).
      -j XX  Use account XX with the account (deprecated).
      -d XX  Use the file XX for debug logging.
      -e XX  Use the file XX for error logging.
      -U XX  Use value XX for the umask.
      -t XX  Timeout after XX seconds.
      -a     Use ASCII transfer type instead of binary.
      -m     Attempt to mkdir the dstdir before copying.
      -v/-V  Do (do not) use progress meters.
      -f XX  Read the file XX for host, user, and password information.
             If file XX does not exist, check for bookmark XX in $HOME/.ncftp/bookma                                                                             rks.
      -h XX  Connect to host XX.  Useful for overriding host in -f config.file.
      -c     Read locally from stdin and write remotely to specified pathname.
      -C     Similar to -c, except a local pathname is specified.
      -A     Append to remote files instead of overwriting them.
      -z/-Z  Do (do not) try to resume uploads (default: -Z).
      -T XX  Upload into temporary files prefixed by XX.
      -S XX  Upload into temporary files suffixed by XX.
      -DD    Delete local file after successfully uploading it.
      -b     Run in background (submit job to "ncftpbatch" and run).
      -bb    Same as "-b" but queue only (do not run "ncftpbatch").
      -E     Use regular (PORT) data connections.
      -F     Use passive (PASV) data connections (default).
      -I XX  Use IP address XX for local source address.
      -y     Try using "SITE UTIME" to preserve timestamps on remote host.
      -B XX  Try setting the SO_SNDBUF size to XX.
      -r XX  Redial XX times until connected.
      -o XX  Specify miscellaneous options (see documentation).
      -W XX  Send raw FTP command XX after logging in.
      -X XX  Send raw FTP command XX after each file transferred.
      -Y XX  Send raw FTP command XX before logging out.
      -R     Recursive mode; copy whole directory trees.
    
    Examples:
      ncftpput -u gleason -p my.password Elwood.probe.net /home/gleason stuff.txt
      ncftpput -u gleason Elwood.probe.net /home/gleason a.txt (prompt for pass)
      ncftpput -a -u gleason -p my.password -m -U 007 Bozo.probe.net /tmp/tmpdir a.txt
      tar cvf - /home | ncftpput -u operator -c Server.probe.net /backups/monday.tar
    
    Library version: LibNcFTP 3.2.5 (January 17, 2011).
    
    This is a freeware program by Mike Gleason (http://www.ncftp.com).
    This was built using LibNcFTP (http://www.ncftp.com/libncftp/).
    root@mbmini:/var/volatile/tmp#


Seite 2 von 2 ErsteErste 12

Stichworte

Lesezeichen

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •  
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:40 Uhr.
Powered by vBulletin® Version 4.2.5 (Deutsch)
Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.
Resources saved on this page: MySQL 5,56%
Parts of this site powered by vBulletin Mods & Addons from DragonByte Technologies Ltd. (Details)
vBulletin Skin By: PurevB.com