ncftpget.exe probleme

Dieses Thema im Forum "Filesharing" wurde erstellt von b3b0p123, 3. November 2009 .

  1. 3. November 2009
    erst mal hier das mainmenü der datei:

    Code:
    NcFTPGet 3.2.2
    
    Usages:
     ncftpget [flags] remote-host local-dir remote-path-names... (mode 1)
     ncftpget -f login.cfg [flags] local-dir remote-path-names... (mode 2)
     ncftpget [flags] ftp://url.style.host/path/name (mode 3)
     ncftpget -c [flags] remote-host remote-path-name > stdout (mode 4)
     ncftpget -C [flags] remote-host remote-path-name local-path-name (mode 5)
     ncftpget -c [flags] ftp://url.style.host/path/name > stdout (mode 6)
    
    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).
     -d XX Use the file XX for debug logging.
     -a Use ASCII transfer type instead of binary.
     -t XX Timeout after XX seconds.
     -v/-V Do (do not) use progress meters.
     -f XX Read the file XX for host, user, and password information.
     -h XX Connect to host XX. Useful for overriding host in -f config.file.
     -c Read from remote host and write locally to stdout.
     -C Read from remote host and write locally to specified file.
     -A Append to local files, instead of overwriting them.
     -z/-Z Do (do not) try to resume downloads (default: -z).
     -E Use regular (PORT) data connections.
     -F Use passive (PASV) data connections (default).
     -DD Delete remote file after successfully downloading it.
     -b Run in background (submit job to "ncftpbatch" and run).
     -bb Same as "-b" but queue only (do not run "ncftpbatch").
     -B XX Try setting the SO_RCVBUF 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.
     -T Do not try to use TAR mode with Recursive mode.
    
    Examples:
     ncftpget ftp.freebsd.org . /pub/FreeBSD/README.TXT /pub/FreeBSD/index.html
     ncftpget ftp.gnu.org /tmp '/pub/gnu/README.*'
     ncftpget ftp://ftp.freebsd.org/pub/FreeBSD/README.TXT
     ncftpget -R ftp.ncftp.com /tmp /ncftp (ncftp is a directory)
     ncftpget -u gleason -p my.password Bozo.probe.net . '/home/mjg/.*rc'
     ncftpget -u gleason Bozo.probe.net . /home/mjg/foo.txt (prompt for password)
     ncftpget -f Bozo.cfg '/home/mjg/.*rc'
     ncftpget -c ftp.freebsd.org /pub/FreeBSD/README.TXT | /usr/bin/more
     ncftpget -c ftp://ftp.freebsd.org/pub/FreeBSD/README.TXT | /usr/bin/more
     ncftpget -a -d /tmp/debug.log -t 60 ftp.wustl.edu . '/pub/README*'
    
    Library version: LibNcFTP 3.2.3 (September 4, 2008).
    
    This is a freeware program by Mike Gleason (http://www.ncftp.com).
    This was built using LibNcFTP (http://www.ncftp.com/libncftp/).
    so was ich nun vor habe:

    ich möchte von einen Pub ein paar Daten auf mein str0 downloaden, mit Hilfe einer schleife die eine txt-Datei auslesen soll und da erkennt welche Ordner geladen werden sollen, habe das folgendermaßen schon probiert:

    die batch
    Code:
    for /f "tokens=1,2" %%i in (load.txt) do ncftpget.exe -c ftp://leech:pw@ip:port/HDD1/xXx/%%i/ | %~dp0%%i
    echo >download_finish
    die txt:
    Code:
    Ass.Full.Of.Cum.3.XXX.DVDRiP.XviD-DivXfacTory
    Big.Ass.:poop:.Heaven.11.XXX.DVDRip.XviD-NYMPHO
    usw..
    leider funktioniert das nicht also habe ich noch was anderes getestet:

    Code:
    %~dp0ncftpget.exe-u leech -p pw -P port ip -A -b /HDD1/xXx/Ass.Full.Of.Cum.3.XXX.DVDRiP.XviD-DivXfacTory/ '%~dp0Ass.Full.Of.Cum.3.XXX.DVDRiP.XviD-DivXfacTory'
    (des jetzt erst mal ohne schleife, kann ich ja wenn es endlich funktioniert wieder einbauen.)

    würde mich hilfe freuen
     
  2. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.