| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| readme | 2011-05-07 | 2.3 kB | |
| sfk160.zip | 2011-05-07 | 2.7 MB | |
| sfk160.exe | 2011-03-22 | 1.2 MB | |
| sfk160-mac-ppc.exe | 2011-03-22 | 1.2 MB | |
| sfk160-mac-i686.exe | 2011-03-22 | 1.1 MB | |
| sfk160-linux.exe | 2011-03-22 | 1.2 MB | |
| sfk160-linux-lib5.exe | 2011-03-22 | 1.1 MB | |
| Totals: 7 Items | 8.5 MB | 0 | |
Maintenance Release.
Read the changelist for details.
Zip File Contents:
1. Binaries of Swiss File Knife Base, the multi function command line tool
for Windows (95 / XP / Vista / 7) and Linux (current and old releases).
2. Sourcecode and build scripts of SFK Base,
allowing compilation under Windows and Linux.
3. Some documentation, example and test files.
If you are in a hurry and want only a single executable,
download any of the following. NO INSTALLATION is required,
the executables can be used instantly after download:
sfk.exe Swiss File Knife for Windows.
sfk-linux.exe SFK for current Linux distribs, like Ubuntu.
sfk-linux-lib5.exe SFK for older Linux distribs, like DSL.
NOTE:
All executables have the version number in their filename for clarity.
You should rename them after download for easy use:
sfknnn.exe -> sfk.exe
sfknnn-linux.exe -> sfk
sfknnn-linux-lib5.exe -> sfk
under linux, also add "chmod +x sfk" afterwards.
if unzipping fails on some linux distributions,
download the current unzip from www.info-zip.org.
=================================
- add: sfk mget -update myfilemask to receive
only changed or added files matching filemask.
- add: sfk sftserv: option -anysize to disable size limit,
option -rwany as an alias for -rw -anysize.
- chg: sfk ftp: new progress percentage output
with better visual updates.
- chg: sfk ftp client: -quiet no longer tells the info
"server speaks sft ..."
- FIX: sfk sft transfer of many files between two machines
esp. VM linux: break of transfer with error
"500 not supported". reason was an unsecured
recv() in getFileBySFT that got only partial reply.
- fix: sfk sftserv -maxsize=n : unexpected error message
"illegal length received" with n > 2000,
making file transfers beyond 2 GB impossible.
- fix: sfk transfer stop due to maxsize produced
a zero length trash file.
- fix: sfk patch: empty remark lines ":#" without
blank after "#" produced syntax error.
- fix: sfk patch: empty :info lines without blank
after ":info" produced syntax error.