On 4 Jul 2003 03:38:50 -0000, [EMAIL PROTECTED] (Vemulakonda Uday Bhaskar) wrote:
>i have got a code for file transger between two linux systems >through ssh >here is the code You should use Net::Sftp or Net::Scp to transfer files. I see what you are trying to do. You probably should try to open an editor, and save the file on the remote machine. You probably need to Base64 or mime encode the file before transferring too. Why try to do this the hard way?....use Net::Sftp. Have you attempted to do this manually yet? You should always see if you can do it manually first. start a ssh session open an editor on the remote machine paste in your base64 encode file save the file on the remote machine decode it on the remote machine -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]