Python Forum
File opes with Python - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: File opes with Python (/thread-16706.html)



File opes with Python - carllw - Mar-11-2019

Hi, I want to get .xml files from a path(Specific folder) in every 5 minutes. (the newest .xml files) by using Python.Then i want to send it to another folder. Is there anyone to help me ?


SFTP with Python - carllw - Mar-11-2019

Hİ, i want to get .xml files by using SFTP. I have to get the newest .xml file in every 5 minutes. Is there anyone to help me ?


RE: File opes with Python - Larz60+ - Mar-11-2019

what have you tried?