Dear Users,
I have a COM server developed using (VC++ 6.0, ATL) to provide automation testing functionalities. I have to support Remotability in my project.
More about Remotability
I will run the Perl script in local machine and my COM server will run in a remote machine. When the user point to some files which are in local machine, I will process it using Perl. I have to provide the processed file to the COM layer running in remote machine.
What I am planning to do is to copy the file from local machine to the remote machine's public directory and give a "directory path+filename" file handle to the COM layer.
The requirements include file copying from the COM layer(Remote machine) to the Perl (local machine) at the end of testing.
Is there any inbuilt function in Perl to copy the files from local machine to the remote machine?
If you had similar requirement, but have different approach in solving this please let me know.
Any input is much appreciated!
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.