Posts by renandmc • 1 point
1 post
-
0
votes1
answer225
viewsA: Copy directory to an ftp server using nodejs
I think the simplest solution would be to use the methods downloadDir() and upload() ssh2-sftp-client itself to download the folder and upload to a new folder, which may be on another server. Below…