XFileSharing Pro - Moving files from server to server manually

Message
Author
glumbo
Posts: 211
Joined: Mar 11, 2011 6:26 am

Moving files from server to server manually

#1 Postby glumbo » Aug 21, 2011 12:10 am

Is there a way to move files from one file server to another file server without going through the xfilesharing admin interface (such as: select all files -> transfer to new server)?

User avatar
PilgrimX182
Posts: 2186
Joined: Mar 22, 2006 1:39 pm

#2 Postby PilgrimX182 » Aug 21, 2011 8:40 am

Sure, just move same 00000, etc subfolders to uploads/ folder on another server, then run this query in SQL console:

Code: Select all

UPDATE Files SET srv_id=2 WHERE srv_id=1
- this is to move all files from srv_id=1 to srv_id=2, use other values for your situation.