CliFtp
Beschreibung
Ein simpler FTP-Client der nur über Commandline bedient werden kann. Mich hat genervt, dass WGET nur 'get' aber kein 'put' (uploaden) beherscht. Jedenfalls praktisch in Scripten oä. Hilfe mit 'cliftp.exe /?' Aja, an einem Nachmittag geschrieben :) 'Cli' steht für 'Commandline Interface'
- Unterstützte Befehle: ls, del, get, put, mkdir, rmdir
 - passive/active ftp
 - liste nur dirs/files/alles auf
 - username/password
 - Verbose-Modus
 - Proxy-Support
 
Usage
CLIFTP v1.0.1a (c) 2004-03-12 by The Condor, http://www.niksoft.at/
CLIFTP.EXE {ls|del|get|put|mkdir|rmdir} [-q] [-v] [-a] [-u USER] [-p PASSWORD] H
OST[:PORT] SOURCE [DESTINATION]
-a          use active ftp
-d          list only dirs
-f          list only files
-n          don't display . or .. dirs
-p PASSWORD login with password 'PASSWORD' and not with 'cliftp@anonymous.com'
-q          quiet (wins against verbose)
-u USER     login as 'USER' and not as 'anonymous'
-v          verbose output
-x PROXY    use proxy eg. 'ftp://host:2121' or 'http://host:3128'
'PROXY' is passed unmodified to WININET.DLL!
CLIFTP exits with errorlevel 1 on error.
eg.:
CLIFTP.EXE get ftp.f-prot.com /pub/dos/fp-314b.asc
CLIFTP.EXE ls ftp.f-prot.com /pub/dos/[a-z]*-###*.asc
| Oberfläche | CLI | 
| Sprache | English | 
| System Anforderungen | >= Win95 | 
| Getestet auf | Windows 2000, XP, 7; VB4-Dlls | 
| Quellcode | VB4 | 
| Lizenz | Donateware | 
Download
Wenn Ihr Fehler findet oder Features wünscht, meldet Euch!
| Datei | Größe | md5 | |
|---|---|---|---|
| Download | clifm.rar | 23 KB | f2f09b41fe380da117e608c7f3f1c7d3 | 
Ich freue mich über Ihre Spende! 
 
Änderungen
- 1.0.1a
 - 2004-03-15 - 1.0.1
 - 2004-03-12 - 1.0
 
Tags: ftp, cli
