Archived
1
0

Enable upload with ftpd

This commit is contained in:
2015-09-06 16:56:56 +02:00
parent 6f3728acc1
commit 90b5e5d7b7

View File

@@ -20,7 +20,7 @@ startaccessdaemons() {
fi
if [ ! -f /var/run/ftpd.pid ] || [ ! -d /proc/`cat /var/run/ftpd.pid` ]; then
# add -w to allow write access
tcpsvd -vE 0.0.0.0 21 ftpd /mnt/sd/ &
tcpsvd -vE 0.0.0.0 21 ftpd -w /mnt/sd/ &
echo $! >/var/run/ftpd.pid
fi
}