Kopieren von Dateien von intern auf extern

hgw

Vu+ User
Hi,

ist es moglich bzw. Gibt es ein plugin mit dem ich Dateien markieren und gleichzeitig kopieren kann ohne mich mehr darum kümmern zu mussen (in diesem Fall, filme von der interne auf einer externe Festplatte über usb)

Verwende filebrowser aber hier kann ich jeweils nur eine Datei kopieren, dauert auch ziemlich lang und muss immer dabei bleiben und die nächste Datei zu kopieren

Danke schön mal im voraus



Hi, is it possible or is there a plugin with which I can select and copy files simultaneously without me longer have to worry about it (in this case , movies from the internal to an external hard drive via usb ) Use file browser but here I can each copy one file , also takes quite long and must always remain , and copy the next file Thank you in advance ever
 

nunigaia

Moderator
Hi,

Hi, is it possible or is there a plugin with which I can select and copy files simultaneously without me longer have to worry about it (in this case , movies from the internal to an external hard drive via usb ) Use file browser but here I can each copy one file , also takes quite long and must always remain , and copy the next file Thank you in advance ever


The simple way --> attach your USB HD to your PC or Laptop --> use a FTP program --> select the location of HD Media on your BOX you want to copy --> copy to the new destination ( USB HD ).

best regards
 

Pyromon

BH Lover
Hallo hgw

wie nunigaia schon sagt. Nimm ein FTP Client. Am besten und einfachsten dcc 1.50. Das ist das Dream Control Center und beinhaltet
FTP.



Gruß Pyromon
 

Attachments

  • dcce2_150.rar
    4.5 MB · Views: 3
Last edited:

hgw

Vu+ User
Hi ,
@nunigaia @Pyromon
wenn ich es richtig verstanden habe, ist die Empfehlung die usb Festplatte an den PC zu verbinden...

Wenn ja, schon probiert, leider ist meine wlan Geschwindigkeit so mies das es ewig dauern würde bis die Dateien kopierte
würden, verwendete Programme total commander, filezilla, dcce2
diese Methode ist auch die beste, da ich nebenher ganz normal Fernsehenschauen kann aber leider für mich zu langsam

Deswegen verwende ich die duo2 selbst zum kopieren von hdd zu usb über filebrowser, leider muss ich jede Datei einzeln kopieren was aber in der kopiergeschwindigkeit schneller geht
deswegen meine frage ob es ein plugin gibt das sich so verhält wie zb. Total commander oder ähnliches damit ich alle Dateien die ich kopieren will markieren kann ...

Gibt es vielleicht eine Möglichkeit über telnet?
 

Pyromon

BH Lover
Hi @hgw,

leider kenne ich nur den Weg über FTP . Also ich selbst nutze Flash FXP . Es ist schnell und man kann genau diese Dinge machen wie, mehrere Sachen markieren zum kopieren.
Den Telnet Weg , falls es ihn gibt , kenne ich jetzt leider nicht.

Gruß Pyromon
 
  • Like
Reactions: hgw

nunigaia

Moderator
Hi @hgw,

leider kenne ich nur den Weg über FTP . Also ich selbst nutze Flash FXP . Es ist schnell und man kann genau diese Dinge machen wie, mehrere Sachen markieren zum kopieren.
Den Telnet Weg , falls es ihn gibt , kenne ich jetzt leider nicht.

Gruß Pyromon

Plug in your external usb & telnet into the box.
Depending on your mount paths, you would use something like:

to copy the MOVIE NAMED or MOVIES (all)

Code:
cp /media/hdd/movies/MOVIE NAME /media/usb/

or

cp /media/hdd/movies/* /media/usb/


to move the MOVIE NAME

Code:
mv /media/hdd/movies/MOVIE NAME /media/usb/

to move everything


Code:
mv /media/hdd/movies/* /media/usb/

-----------------------------------------------------------------------------------------------
Note: If your USB-HDD is NTFS-formatted, you'll need to install the NTFS-utils

I don´t have tried, cause i don´t have usb hdd!

Please, if you have, try and reply!

best regards
nunigaia
 

yokibear

Vu+ Newbie
The simple way --> attach your USB HD to your PC or Laptop --> use a FTP program --> select the location of HD Media on your BOX you want to copy --> copy to the new destination ( USB HD ).

best regards
can you copy file like that even if they are lunix ext3 i could not do mine like that
 

hgw

Vu+ User
Plug in your external usb & telnet into the box.
Depending on your mount paths, you would use something like:

to copy the MOVIE NAMED or MOVIES (all)

Code:
cp /media/hdd/movies/MOVIE NAME /media/usb/

or

cp /media/hdd/movies/* /media/usb/


to move the MOVIE NAME

Code:
mv /media/hdd/movies/MOVIE NAME /media/usb/

to move everything


Code:
mv /media/hdd/movies/* /media/usb/

-----------------------------------------------------------------------------------------------
Note: If your USB-HDD is NTFS-formatted, you'll need to install the NTFS-utils

I don´t have tried, cause i don´t have usb hdd!

Please, if you have, try and reply!

best regards
nunigaia

Hi
@nunigaia die info ist Gold wert
kopieren bzw. bewegen funktioniert über telnet top
kopiert wird im Hintergrund und ich kann ganz normal weiter Fernsehen
:dance::yahoo:
 
Top