If you want to move the physical file from one server to another, I would try this:
- GET the file first using wix-fetch and store it in a var
- map it to a db-collection (field) and .save() it
If you want to move the physical file from one server to another, I would try this: