http://qs1969.pair.com?node_id=11140391

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

I have not been successful in getting to copy the window files to a Linux directory. I keep getting stomped during this procedure which I need to write into my Perl script to edit individual files in place

 scp "\\rls02\common\TECH_DEV\PUBLIC\Orders\CUSTOMER ORDERS\GE4567_TX-03A\A1\MOR_GE4567_6579_A1.docx" luccap@ge.com:/home/luccap"
password: \\rls02\common\TECH_DEV\PUBLIC\Orders\CUSTOMER ORDERS\GE4567_TX-03A\A1 +\MOR_GE4567_6579_A1.docx: No such file or directory

I think there is no ssh mounted and cannot do this function

Is there another method to copying the files that reside on Windows side to linux ?