Thanks for your help - here is the output of the debug statement: # rput handling /test/staging/TestMap # rpath: /test/perf/staging/Apps/TestMap # _set_err code: 42, str: Remote directory '/test/perf/staging/Apps/TestMap' already exists # rput handling /test/staging/TestMap/cls # rpath: /test/perf/staging/Apps/TestMap/cls # _set_err code: 42, str: Remote directory '/test/perf/staging/Apps/TestMap/cls' already exists # rput handling /test/staging/TestMap/src # rpath: /test/perf/staging/Apps/TestMap/src # _set_err code: 42, str: Remote directory '/test/perf/staging/Apps/TestMap/src' already exists # rput handling /test/staging/TestMap/cls/com # rpath: /test/perf/staging/Apps/TestMap/cls/com # _set_err code: 42, str: Remote directory '/test/perf/staging/Apps/TestMap/cls/com' already exists # rput handling /test/staging/TestMap/src/com # rpath: /test/perf/staging/Apps/TestMap/src/com # _set_err code: 42, str: Remote directory '/test/perf/staging/Apps/TestMap/src/com' already exists # rput handling /test/staging/TestMap/cls/com/test # rpath: /test/perf/staging/Apps/TestMap/cls/com/test # _set_err code: 42, str: Remote directory '/test/perf/staging/Apps/TestMap/cls/com/test' already exists # rput handling /test/staging/TestMap/src/com/test # rpath: /test/perf/staging/Apps/TestMap/src/com/test # _set_err code: 42, str: Remote directory '/test/perf/staging/Apps/TestMap/src/com/test' already exists # rput handling /test/staging/TestMap/cls/com/test/trigger # rpath: /test/perf/staging/Apps/TestMap/cls/com/test/trigger # _set_err code: 42, str: Remote directory '/test/perf/staging/Apps/TestMap/cls/com/test/trigger' already exists # rput handling /test/staging/TestMap/cls/com/test/trigger/TestMap.class # rput handling /test/staging/TestMap/cls/com/test/data # rpath: /test/perf/staging/Apps/TestMap/cls/com/test/data # _set_err code: 42, str: Remote directory '/test/perf/staging/Apps/TestMap/cls/com/test/data' already exists # rput handling /test/staging/TestMap/cls/com/test/data/testMembersPricingVO.class # rput handling /test/staging/TestMap/cls/com/test/data/testPriceDetailDTO.class # rput handling /test/staging/TestMap/cls/com/test/data/testTriggerVO.class # rput handling /test/staging/TestMap/cls/com/test/data/testPriceHeaderDTO.class # rput handling /test/staging/TestMap/src/com/test/trigger # rpath: /test/perf/staging/Apps/TestMap/src/com/test/trigger # _set_err code: 42, str: Remote directory '/test/perf/staging/Apps/TestMap/src/com/test/trigger' already exists # rput handling /test/staging/TestMap/src/com/test/trigger/TestMap.java # _set_status code: 3, str: Permission denied # _set_err code: 24, str: Couldn't setstat remote file: Permission denied Use of uninitialized value in numeric ne (!=) at /usr/lib/perl5/site_perl/5.8.8/Net/SFTP/Foreign/Common.pm line 79. # rput handling /test/staging/TestMap/src/com/test/data # rpath: /test/perf/staging/Apps/TestMap/src/com/test/data # _set_err code: 42, str: Remote directory '/test/perf/staging/Apps/TestMap/src/com/test/data' already exists # rput handling /test/staging/TestMap/src/com/test/data/testPriceHeaderDTO.java # rput handling /test/staging/TestMap/src/com/test/data/testTriggerVO.java # rput handling /test/staging/TestMap/src/com/test/data/testPriceDetailDTO.java # rput handling /test/staging/TestMap/src/com/test/data/testMembersPricingVO.java


In reply to Re^2: rput on foreign sftp in perl by Anonymous Monk
in thread rput on foreign sftp in perl by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.