LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   copy files from linux dvr to windows (https://www.linuxquestions.org/questions/linux-newbie-8/copy-files-from-linux-dvr-to-windows-375663/)

edselrt 10-22-2005 02:11 AM

copy files from linux dvr to windows
 
hi!
I want to copy video files from a Digital video recorder running on Embedded Linux. I can access the DVR from my windows XP thru Telnet. Here are my questions:
1. How do i find a ".dvr " file extesion using telnet?
2. How do i copy these files?

thanks!
edselrt

Tinkster 10-22-2005 02:27 AM

Hi, and welcome to LQ!

Quote:

1. How do i find a ".dvr " file extesion using telnet?
Depends on what that embedded Linux has to offer.
Try
find / -iname "*dvr"


Quote:

2. How do i copy these files?
Does the thing support ftp as well?


Cheers,
Tink

edselrt 10-23-2005 08:32 PM

thanks for your reply!

I think ftp is not available.
I can see now the file/s that i want to copy, any other way that i can transfer this file/s to windows? this is the path... /dev/dvr/usr/local/softwell_dvr/var/archive/dvr_0_0_20051024_090813.dvr

thanks
edselrt

Tinkster 10-23-2005 10:56 PM

Well, telnet is not suitable for file-transfer as such.

The only possible work-around that I could see is
ssh/scp or rsh/rcp ...


Cheers,
Tink


All times are GMT -5. The time now is 01:06 AM.