PDA

View Full Version : Problem moving folder in my seedbox



rotem1984
07-21-2007, 05:49 PM
http://www.upit.ws/uploads/9ce3ba82f1811.jpg (http://www.upit.ws)

im trying to move couple of folder into 1 huge folder
some folders i can move,but some folders i cant!
can some1 plz help me:frusty:?

BawA
07-21-2007, 05:50 PM
are those folder being used by your seedbox?

KFlint
07-21-2007, 05:51 PM
if it's a linux seedbox, the best would be to login as root in putty to do your move in a shell window, you'll have all the permissions on the files you need to move

rotem1984
07-21-2007, 05:56 PM
if it's a linux seedbox, the best would be to login as root in putty to do your move in a shell window, you'll have all the permissions on the files you need to move
lol
if u mean that i need to access to the ftp with root,i tried that and it didnt work...
if u meant to smoething else plz explain me what to do:D

kun
07-21-2007, 07:40 PM
i have the some problem!

Durkslag
07-21-2007, 08:08 PM
In Putty:
mv /filename ../new-destination/

example:
mv /root/Tom.Cruise.Pack.RTS ../root/My.New.Huge.Folder/

Maybe... I'm not that good =)

KFlint
07-21-2007, 10:59 PM
In Putty:
mv /filename ../new-destination/

example:
mv /root/Tom.Cruise.Pack.RTS ../root/My.New.Huge.Folder/

Maybe... I'm not that good =)


i'd say something like that yup
;)