>>   
>>> I have the following script that when executed, consumes memory and
>>> makes the system inaccessible.  All process are halted.
>>>     
>> You can probably drastically simplify your script by using
>> ncftpput
>>
>> http://www.ncftp.com/ncftp/doc/ncftpput.html
>>   
> 
> and simplify it even more using scp, assuming the server at the other 
> end is unix or linux and supports ssh/scp.  first, exchange ssh-keys, 
> then...
> 
>     scp $DataFile $VMID:$$vmu...@$vmdir
> 

And rsync over ssh is even better, especially if you repeat copies of 
mostly the same content or there is a chance you will expand to sending 
a directory full of files.

-- 
   Les Mikesell
    lesmikes...@gmail.com
_______________________________________________
CentOS mailing list
CentOS@centos.org
http://lists.centos.org/mailman/listinfo/centos

Reply via email to