We have lots of pdf files (100K plus) in our server hard drive which we currently transfer to SFTP server using a java SFTP library. I have two questions here,
- I believe moving files from hard drive of a server to remote SFTP is an example of I/O operation?
- Is there any way to speed up this process (moving files from hard drive of a server to remote SFTP) by using NodeJS , especially NodeJS streams?.