Hello,
> I have also major problems with the standard ftpd on the flash. It don’t
> seems to support delete and rename
There are two FTP daemons that you may be running proftpd or ftpd. You
can look at /etc/inetd.conf to see which you are using.
I can't reproduce the rename problem you reported using ftpd. Below is a
session demonstrating how to rename a file via ftp. It also demonstrates
how to delete a file via ftp.
ftp> put minicom.log
local: minicom.log remote: minicom.log
200 PORT command successful
150 Connecting to 192.168.0.149:3753
226-File written successfully
226 0.0 Mbytes free disk space
497 bytes sent in 0.01 secs (40.4 kB/s)
ftp> ls
200 PORT command successful
150 Connecting to 192.168.0.149:3474
total 1
-rw-r--r-- 1 0 0 497 Dec 13 18:24 minicom.log
-rw-r--r-- 1 0 0 19988 Nov 30 20:56 sdcard.o
-rwxr-xr-x 1 0 0 54 Nov 30 18:47 test
226-Options: -l
226 3 matches total
ftp> rename minicom.log minicom.new.log
350 RNFR accepted - file exists, ready for destination.
250 File renamed.
ftp> ls
200 PORT command successful
150 Connecting to 192.168.0.149:3109
total 1
-rw-r--r-- 1 0 0 497 Dec 13 18:24 minicom.new.log
-rw-r--r-- 1 0 0 19988 Nov 30 20:56 sdcard.o
-rwxr-xr-x 1 0 0 54 Nov 30 18:47 test
226-Options: -l
226 3 matches total
ftp> del
(remote-file) minicom.new.log
250 Deleted minicom.new.log
ftp> ls
200 PORT command successful
150 Connecting to 192.168.0.149:3905
total 1
-rw-r--r-- 1 0 0 19988 Nov 30 20:56 sdcard.o
-rwxr-xr-x 1 0 0 54 Nov 30 18:47 test
226-Options: -l
226 2 matches total
> and it often crashes during downloads.
Could you provide more information on the crash?
//Eddie
> _____
>
> Från: För Robert
> Wasniak
> Skickat: den 1 december 2006 17:05
> Till:
> Ämne: [ts-7000] ftpd crash
>
>
>
> ftpd crashes when i pull a long list of files from it. what version
> and brand is the default ftpd (inetd) installed on the ts7260? has
> anyone solved this problem? this ftpd crash seems to crash my wget as
> well. Any one suggest an alternative out there on the net?
>
>
>
>
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|