-1

Looking at a way to upload a file on a Unix server as well as a Windows server.

All I find so far is to WebServers (here)...

Any tip?

Thank you

Community
  • 1
  • 1
goul
  • 813
  • 1
  • 13
  • 32

1 Answers1

1

There are server ways to upload file in linux/window machine. Easiest and safer way to run sftp service in your destination machine. And share credentials with user(client).

Destination machine will act as sft server and any machine could be sftp client. This will work perfect while destination and source machine and different operation system.

Thanks, Mohit M

Mohit M
  • 769
  • 7
  • 15
  • Thank you. Just figured out that the link I sent works for windows, however not on Unix since the ftp server isn't enabled there. So will look into your solution on the how to! cheers – goul Jun 06 '16 at 07:10