Hi,
I'm automatically FTPing few files daily as a cron job to a remote server.
I wanted to know if there is a way to log the successful transfer in a log on the remote server?
The log on the remote server should look something like this.
10/30/2006 00:00:02 - File 1 transferred successfully on 30-oct-2006
10/31/2006 00:00:02 - File 2 transferred successfully on 31-oct-2006
.
.
.
and so on
Is it possible to append a line to a file on remote server through FTP? 
Thanks,
Dayanand.