0
Hello,
I’m looking to make a file Python that transfers all files from a local folder in my Windows for a specific path on my server Centos 7. At first that server is in my local network, but it would be interesting to transfer to a external server.
Any hint of how I can do this procedure with python will be of great help!
Any questions, I’m at your disposal.
Does Centos have an SSH or FTP server? Windows has "samba"?
– Guilherme Nascimento
Opa, yes I have access by SSH, I usually use the Putty. I will do the pysftp test and give a return, thanks!
– Mr_Ghost