Thursday, September 11th 2025, 8:17am UTC+2
You are not logged in.
Dear visitor, welcome to NAS Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.
This post has been edited 1 times, last edit by "TomMcDuck" (Jun 30th 2008, 7:47pm)
Quoted
ls - l /mnt/IDE1/public/applications/do_it/
![]() |
Source code |
1 2 3 4 |
Nas> ls -l /mnt/IDE1/public/applications/do_it/ -rw-r--r-- 1 root root 654 Apr 21 22:32 proftpd.conf -rwxr-xr-x 1 root root 14 Apr 2 21:18 VERSION -rwxr-xr-x 1 root root 1273 May 26 08:03 init |
So wird auch das Paket korrekt installiertGehe ich mit dem tar-File über new_software, gibt es keine Probleme. Dann habe ich auch einen Internetupload von 700kb/s.
gute Frage ob sich das so rechnen lässt. Teste es doch mit einem Upload zb zu rapidshare, wie schnell die Leitung wirklich ist.
Quoted
Muss das bei einer 10MBit-Leitung nicht bei ca. 900 bis 1000 kb/s liegen, wenn man den Header runterrechnet?
Kann das jemand bestätigen? Ich nutzte ftp selber nicht für große Transfers.
Quoted
Einzige Bremse: Lade ich jetzt netzintern von der Box, liegt der Download nur noch bei max 1.200kb/s statt 7.000 - wie bisher. Irgend etwas passt da noch nicht zusammen.
Das ist Ok so. Es sind nur die Eintäge enthalten, die zusätzlich benötigt werden.
Quoted
Dann ist mir noch aufgefallen, dass die proftpd.conf von Dir recht kurz ist.
Quoted
Wenn das mit vi einfacher geht - gerne! Dazu habe ich nur nichts gefunden. Was ist das? Wo bekomme ich es her? Oder hab ich da Beiträge übersehen?
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 |
Enable MAC Flow Control... archive in new_software found testing if ./new_software/do_it.tgz already exists installing do_it found some init scripts running: ./ssh-server/init running: ./mtu_change/init running: ./do_it/init -------- will do something here :-) --------- copy modified proftpd.conf template done Starting syslogd... |
![]() |
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
icybox> cd /mnt/IDE1/public/applications/ icybox> pwd /mnt/IDE1/public/applications icybox> ls -l drwxr-xr-x 6 admin root 4096 May 23 00:02 ssh-server drwxr-xr-x 2 root root 4096 Jan 1 1970 do_it drwxrwxrwx 2 root root 4096 Jan 9 1970 mtu_change drwxrwxrwx 2 root root 4096 Jan 1 1970 new_software icybox> ls -l do_it/ -rw-r--r-- 1 root root 613 Apr 3 06:44 proftpd.conf -rwxr-xr-x 1 root root 14 Apr 2 21:18 VERSION -rwxr-xr-x 1 root root 627 Apr 3 07:15 init icybox> icybox> grep Send proftpd.conf UseSendfile off icybox> grep Send /usr/hddapp/etc/proftpd.conf UseSendfile off |
![]() |
Source code |
1 2 3 4 5 6 7 |
icybox> cd /mnt/IDE1/public/applications/ icybox> tar -cv do_it | gzip > xyz.tgz do_it/ do_it/init do_it/VERSION do_it/proftpd.conf icybox> |