python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Downlaod a csv file from linux server to windows server
actually, I have this bat file script that download a CSV file from Linux server via URL , transfer to an excel file using a jar, and save it in a directory on windows server
java -Xms512m -Xmx1024m -...
user3070123
Votes: 0
Answers: 0
Cloning repository inside windows server within LAN
I would like to be able to clone a repository from within a remote server. developments needs to be done on the server itself (mandatory).
The remote server need to access a repository on a different ...
Dicekey
Votes: 0
Answers: 0
Is there a way to pass a remote file through os.stat(path) function?
Go makes available for us to use the os.stat(path) function to returns a FileInfo describing the named file. I was trying to get the file path on a remote server, but i can't formulate a path, to be u...
João Pedro P. Monteiro
Votes: 0
Answers: 0
Open a Matplotlib figure from Windows10 through SSH tunnel of vscode
My remote PC os is Windows10, and I want to use plot() to get the figure from my remote PC. There're a lot of answers is base on linux. I don't know how solve this problem. I will be appreciate if som...
Ashechol
Votes: 0
Answers: 0