I would like to move a small image from one server to another (both running node). As I search, I haven\'t found enough. This post remains unanswered.
As I started expe
I'd simply read your file from the first server with the function readFile() and then write it to the other server with the function writeFile().
Here you can see use of both functions in one of my servers.