its my script:
FILESLIST=`find /storage/pgsql/data/pg_log -ls -name '*.log' -mmin -60000`
echo "
user username password
bin
prompt
mput $FILESLIST
dir
quit" | ftp -nv 192.168.0.10
finally script not working.... and i dont know why....
can somebody help me please?
Regards art1976