Post a reply

Options
Add an Attachment

If you do not want to add an Attachment to your Post, please leave the Fields blank.

(maximum 10 MB; please compress large files; only common media, archive, text and programming file formats are allowed)

Options

Topic review

joggel

Automatization of server synchronisation with OTP

Hello,
I want to move data from a server to my local machine (and vise versa) in an automatic way. Every time if there is a new file created in a certain folder of the server, it should be moved (or copy and deleted) to the local machine. My suggestion is to have a script running on my local machine with a infinity loop, which checks if there is anything new on the server every 5 min and than do the movement stuff. The problem is, that I have to use 2FA to connect to my server. Is there any possibility to login to the server once a day with a OTP and than use the established connection? I tried a bit around with scripting and the net assembly but nothing worked.

Thansk a lot for your help and best regards,

Johannes