Re: copying only recent files from one machine to another

2007-03-21 Thread Ben Finney
kadarla kiran kumar <[EMAIL PROTECTED]> writes: > Iam trying to copy files from one machine to another over SFTP > connection. For that Iam using sftp.get & sftp.put methods. Don't re-invent this wheel: http://rsync.samba.org/> -- \ "I think a good gift for the President would b

copying only recent files from one machine to another

2007-03-21 Thread kadarla kiran kumar
Hi Everybody, Iam trying to copy files from one machine to another over SFTP connection. For that Iam using sftp.get & sftp.put methods. Now, I have to copy only recently created/modified files,i.e, based on timestamps from remote machine to my machine. Is there any standard implemen