Commit Graph

8 Commits

Author SHA1 Message Date
Ricardo Espinoza
7a614b1e1f ⚡ Add delete and rename operation (#1265)
* ⚡ Add delete and rename operation

* ⚡ Little bit cleanup on FTP-Node

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-12-22 08:34:42 +01:00
Frane Bandov
c57250c71f ⚡ SFTP: make dir creation more robust (#1166) 2020-11-16 18:18:48 +01:00
Ricardo Espinoza
042028fb5f ⚡ Add private key and passphrase fields to SFTP credentials (#1136)
* ⚡ Add private key and passphrase fields to credentials

* ⚡ Small improvement
2020-11-12 19:23:55 +01:00
Jan Oberhauser
40c2acd77b 👕 Fix lint issue 2020-10-22 15:46:03 +02:00
Jan Oberhauser
0e1a4e5309 ⚡ Normalize FTP-Data 2020-09-02 10:50:55 +02:00
Rupenieks
89ed3c4a6d ✨ Recursive listing for FTP/SFTP (#903)
* ⚡ Add allowUnauthorizedCerts to Postgres-Node

* ⚡ Added recursive directory listing for SFTP

* ⚡ Added recursive listing for FTP

* Removed unused imports

* ⚡ Fixed creating an instance of both ftp/sftp both regardless of which is used

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2020-09-02 10:50:14 +02:00
Jan Oberhauser
420777c0b3 ⚡ Small improvements to FTP-Node 2020-08-04 09:01:37 +02:00
Rupenieks
a66e483a74 ✨ FileTransfer Node (FTP/SFTP) (#779)
* 🚧 Setup

* 🚧 SFTP finished

* ✅ FTP Finished / Tested

* Tab indentation

* 🐛 Fix some issues on FTP Node

* ⚡ Changed dependencies

* Update FileTransfer.node.ts

* ⚡ Fix issues on FTP-Node

* ⚡ Fixed uploading to subdirectories

Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
Co-authored-by: Jan <janober@users.noreply.github.com>
2020-08-04 09:01:13 +02:00