Hey,
well just yesterday the whole thing was working fine, since I bought a new server and have been transferring all the files off my old one. Now it was working and I got about 1000 files off it, although I installed a few new things in my server and suddenly it only works if i select a couple files (like under 5) to transfer at once, while yesterday I did all 1000 in one batch.
Just wondering if there's something I may have changed and if anyone knows how I can fix this issue
Thanks!
XFileSharing Pro - File Transfer From One Server To Another Issue
-
- Posts: 101
- Joined: Aug 09, 2010 6:30 pm
-
- Posts: 101
- Joined: Aug 09, 2010 6:30 pm
I had the same problem: http://www.sibsoft.net/forum/problem-tr ... t3621.html
Sometimes it works, sometimes it doesn't
Sometimes it works, sometimes it doesn't
-
- Posts: 101
- Joined: Aug 09, 2010 6:30 pm
This is what I dofileup wrote:can you tell me more about this?ankurs wrote:transfer the files via scp or rsync & then change server id in dbkrazymax wrote:any solution to this problem? this issue is mainly for large files
Use rsync
Code: Select all
rsync -av -e ssh username@oldserverhost:/home/old_home/ /home/new_home/
Once all complete run this query
Code: Select all
UPDATE Files SET srv_id=2 WHERE srv_id=1
Pretty useful thing to do
G