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
- iis (built in versions of windows, switched off default)
- filezilla -- free https://filezilla-project.org/download.php?type=server
- one of many proprietary ftp server programs. see http://en.wikipedia.org/wiki/list_of_ftp_server_software
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
Post a Comment