Saving the file locally is one of the most common use cases of the get command, so it'd be extremely useful and save time if the library handled saving the ReadableStream to a file. Method example:
ftp.get('/path/to/some/remote/file.bob', '/path/to/local/file.bob', function(err) {...});
Saving the file locally is one of the most common use cases of the get command, so it'd be extremely useful and save time if the library handled saving the ReadableStream to a file. Method example:
ftp.get('/path/to/some/remote/file.bob', '/path/to/local/file.bob', function(err) {...});