ravi45722 has asked for the wisdom of the Perl Monks concerning the following question:

I am trying to get a file from windows to Linux. But my script has to run in Linux. I am Trying Net::SSH File::Remote but not succeed. Any modules to do this?? thanks in Advance

  • Comment on FTP or scp or SFTP from Windows to server

Replies are listed 'Best First'.
Re: FTP or scp or SFTP from Windows to server
by Corion (Patriarch) on May 04, 2016 at 13:56 UTC

    Maybe you should talk to the system administrators of the Linux machine, the Windows machine and the network administrator as to what mechanisms are allowed and possible?

    You don't tell us what "not succeed" meant in detail. If you can tell us or show us what code you've written and how it failed and how you made sure that both machines can talk to each other when connected manually, maybe we can help you.

    For file transfer, there is also CIFS or HTTP if SSH is unavailable. Most likely, the administrators of the machines can tell you what services are allowed on their machine(s).

      Is there any modules to make that atomise.. Between that two servers I have all the permission.