FTP node consumes a lot of memory and connections

It would help if there was a node for:

My use case:

When I use FTP Node it consume many memory!

               if (protocol === 'sftp') {
				await sftp!.end();
			} else {
				await ftp!.end();
			}
		} catch (error) {
			if (this.continueOnFail()) {
				return [[{ json: { error: error.message } }]];
			}

			throw error;

end() method should be call at on the finally block code.

Any resources to support this?

Are you willing to work on this?

It

Good spot, I will look into this shortly.

2 Likes