XFileSharing Pro - Moving files from server to server manually
Moving files from server to server manually
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)?
- PilgrimX182
- Posts: 2186
- Joined: Mar 22, 2006 1:39 pm
Sure, just move same 00000, etc subfolders to uploads/ folder on another server, then run this query in SQL console:
- this is to move all files from srv_id=1 to srv_id=2, use other values for your situation.
Code: Select all
UPDATE Files SET srv_id=2 WHERE srv_id=1