A
A
Andrey2018-03-23 01:21:41
Windows Server
Andrey, 2018-03-23 01:21:41

How to set up remote access to a folder running Windows Server?

There is a program that collects data in the sqlite3 database. It works under Windows. A server script for data visualization has been written for this database. Works under Linux. Now it works like this - a file is taken from Win, uploaded to Linux, and then visualization goes on. The goal is to automate the process. As I see it - the Linux server cron downloads the file from the Win server and puts it in the right place. I haven’t worked with Win for 10 years, is it possible to share a folder there so that I can access it by IP and download the file with wget?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xmoonlight, 2018-03-23
@xmoonlight

Share the SAMBA folder on Linux and in the program (on Win) specify where to put the result file (UNC path or "net use ...." to connect as a network drive).
Setting up Samba on Linux

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question