How to transfer a file from unix server to windows pc -


right using winscp manually copy files unix server windows desktop. automate same running script in unix.

can please help?

-sajith

the simple answer is: run ftp server on windows , write simple ftp client script on unix.

for windows, can use

at unix end, write script control built in ftp client.

another answer is: use iis on windows file uploader/downloader writing simple web site. use wget or curl @ unix end.

another answer is: implement samba on unix, joins local windows network. copy files using standard shell commands.

another answer is: use dropbox , transfer files via cloud.

i think of more, that's enough.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -