Recover data over the network

Emile van Sebille emile at fenx.com
Fri Oct 9 13:20:14 EDT 2015


On 10/9/2015 10:12 AM, Arshpreet Singh wrote:
> Hello Python and People!
>
> I want to write a small Python application which will be able to 1.recover data from server and 2.send it to another server.
>
> For the 2nd part I can use scp(secure copy), Please let me know if any data-recovery library is available in Python to do 1st task.
>

without extensive clues as to the nature of the data to be recovered 
you're not going to get much further with this.  When I've had to 
recover data from disks or damaged files is generally been a one-off 
kind of recovery.

But, I'd choose scp if it's an option.  :)

Emile





More information about the Python-list mailing list