English Amiga Board


Go Back   English Amiga Board > Other Projects > project.Amiga File Server

 
 
Thread Tools
Old 06 November 2017, 22:29   #1
jbl007
Registered User
 
Join Date: Mar 2013
Location: Leipzig/Germany
Posts: 466
Compressed filelist.txt

Hi,
the filelist.txt is quite big and gets bigger over time. Is it possible to have a compressed version? One out of gzip/bzip2/xz would be nice.
jbl007 is offline  
Old 11 November 2017, 22:54   #2
DannyBoy
Registered User
 
Join Date: Jul 2013
Location: Helsinki / Finland
Age: 42
Posts: 90
I've been thinking about this too.

@Turran:
It wouldn't be a bad idea to run something like this after file list creation

Code:
#!/bin/sh

INPUT=${1:-"/var/spool/ftp/pub/EAB/filelist.txt"}

gzip -9 -f < "$INPUT" -o "${INPUT}.gz"
DannyBoy is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
fs-uae and cd32 compressed audio deejay support.FS-UAE 3 24 March 2014 20:17
ADF file compressed with RAR pucci support.WinUAE 5 16 October 2011 12:37
Unable to read 7z compressed adf images laxity support.WinUAE 6 22 May 2006 18:59
Compressed HDF saving BippyM request.UAE Wishlist 5 17 October 2005 23:12
Multi-Disk Compressed ADF? TheOutrider support.WinUAE 10 02 October 2003 10:44

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 22:03.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.08052 seconds with 15 queries