Re: recent-files

2023-03-28 Thread Mats Wichmann
On 3/28/23 16:39, g...@uol.com.br wrote: In Python 3.11.2,  the recent-files list keeps always increasing because it is impossible to edit the list; the corresponding .txt file has disappeared. Please help! Please explain what you're asking about. What recent-files list? P

recent-files

2023-03-28 Thread g...@uol.com.br
In Python 3.11.2,  the recent-files list keeps always increasing because it is impossible to edit the list; the corresponding .txt file has disappeared. Please help! Giorgio Gambirasio g...@uol.com.br       -- https://mail.python.org/mailman/listinfo/python-list

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