@activepieces/piece-sftp 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@activepieces/piece-sftp",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "dependencies": {
5
5
  "@sinclair/typebox": "0.34.11",
6
6
  "axios": "1.8.3",
package/src/i18n/de.json CHANGED
@@ -7,15 +7,27 @@
7
7
  "Port": "Port",
8
8
  "Username": "Benutzername",
9
9
  "Password": "Kennwort",
10
+ "Private Key": "Privater Schlüssel",
11
+ "Host Key Algorithm": "Hostschlüssel-Algorithmus",
10
12
  "The protocol to use": "Das zu verwendende Protokoll",
11
13
  "Allow connections to servers with self-signed certificates": "Verbindungen zu Servern mit selbstsignierten Zertifikaten erlauben",
12
14
  "The host of the server": "Der Host des Servers",
13
15
  "The port of the server": "Der Port des Servers",
14
16
  "The username to authenticate with": "Benutzername für Authentifizierung",
15
- "The password to authenticate with": "Das Passwort für die Authentifizierung",
17
+ "The password to authenticate with. Either this or private key is required": "Das Passwort, mit dem sich authentifizieren soll. Entweder dieser oder der private Schlüssel ist erforderlich",
18
+ "The private key to authenticate with. Either this or password is required": "Der private Schlüssel für die Authentifizierung erforderlich ist. Entweder dieser oder das Passwort ist erforderlich",
19
+ "The host key algorithm to use for SFTP Private Key authentication": "Der Hostschlüssel-Algorithmus für die SFTP Private Key Authentifizierung",
16
20
  "SFTP": "SFTP",
17
21
  "FTP": "FTP",
18
22
  "FTPS": "FTPS",
23
+ "ssh-rsa": "ssh-rsa",
24
+ "ssh-dss": "ssh-dss",
25
+ "ecdsa-sha2-nistp256": "ecdsa-sha2-nistp256",
26
+ "ecdsa-sha2-nistp384": "ecdsa-sha2-nistp384",
27
+ "ecdsa-sha2-nistp521": "ecdsa-sha2-nistp521",
28
+ "ssh-ed25519": "ssh-ed25519",
29
+ "rsa-sha2-256": "rsa-sha2-256",
30
+ "rsa-sha2-512": "rsa-sha2-512",
19
31
  "Create File from Text": "Datei aus Text erstellen",
20
32
  "Upload File": "Datei hochladen",
21
33
  "Read File Content": "Dateiinhalt lesen",
package/src/i18n/es.json CHANGED
@@ -7,15 +7,27 @@
7
7
  "Port": "Puerto",
8
8
  "Username": "Usuario",
9
9
  "Password": "Contraseña",
10
+ "Private Key": "Clave Privada",
11
+ "Host Key Algorithm": "Algoritmo de clave de host",
10
12
  "The protocol to use": "El protocolo a usar",
11
13
  "Allow connections to servers with self-signed certificates": "Permitir conexiones a servidores con certificados autofirmados",
12
14
  "The host of the server": "El host del servidor",
13
15
  "The port of the server": "El puerto del servidor",
14
16
  "The username to authenticate with": "El nombre de usuario con el que autenticar",
15
- "The password to authenticate with": "La contraseña con la que autenticar",
17
+ "The password to authenticate with. Either this or private key is required": "La contraseña con la que autenticarse. Se requiere esta o la clave privada",
18
+ "The private key to authenticate with. Either this or password is required": "La clave privada con la que autenticarse. O esto o la contraseña es necesaria",
19
+ "The host key algorithm to use for SFTP Private Key authentication": "El algoritmo de clave de host a usar para autenticación de clave privada SFTP",
16
20
  "SFTP": "SFTP",
17
21
  "FTP": "FTP",
18
22
  "FTPS": "FTPS",
23
+ "ssh-rsa": "ssh-rsa",
24
+ "ssh-dss": "ssh-d(debate)",
25
+ "ecdsa-sha2-nistp256": "ecdsa-sha2-nistp256",
26
+ "ecdsa-sha2-nistp384": "ecdsa-sha2-nistp384",
27
+ "ecdsa-sha2-nistp521": "ecdsa-sha2-nistp521",
28
+ "ssh-ed25519": "ssh-ed25519",
29
+ "rsa-sha2-256": "rsa-sha2-256",
30
+ "rsa-sha2-512": "rsa-sha2-512",
19
31
  "Create File from Text": "Crear archivo desde texto",
20
32
  "Upload File": "Subir archivo",
21
33
  "Read File Content": "Leer contenido del archivo",
package/src/i18n/fr.json CHANGED
@@ -7,15 +7,27 @@
7
7
  "Port": "Port",
8
8
  "Username": "Nom d'utilisateur",
9
9
  "Password": "Password",
10
+ "Private Key": "Clé privée",
11
+ "Host Key Algorithm": "Algorithme de clé d'hôte",
10
12
  "The protocol to use": "Le protocole à utiliser",
11
13
  "Allow connections to servers with self-signed certificates": "Autoriser les connexions aux serveurs avec des certificats auto-signés",
12
14
  "The host of the server": "L'hôte du serveur",
13
15
  "The port of the server": "Le port du serveur",
14
16
  "The username to authenticate with": "Le nom d'utilisateur avec lequel s'authentifier",
15
- "The password to authenticate with": "Le mot de passe avec lequel s'authentifier",
17
+ "The password to authenticate with. Either this or private key is required": "Le mot de passe pour s'authentifier. Cette clé ou privée est requise",
18
+ "The private key to authenticate with. Either this or password is required": "La clé privée avec laquelle s'authentifier. Soit ceci ou le mot de passe est requis",
19
+ "The host key algorithm to use for SFTP Private Key authentication": "L'algorithme de clé d'hôte à utiliser pour l'authentification de la clé privée SFTP",
16
20
  "SFTP": "SFTP",
17
21
  "FTP": "FTP",
18
22
  "FTPS": "FTPS",
23
+ "ssh-rsa": "ssh-rsa",
24
+ "ssh-dss": "ssh-dss",
25
+ "ecdsa-sha2-nistp256": "ecdsa-sha2-nistp256",
26
+ "ecdsa-sha2-nistp384": "ecdsa-sha2-nistp384",
27
+ "ecdsa-sha2-nistp521": "ecdsa-sha2-nistp521",
28
+ "ssh-ed25519": "ssh-ed25519",
29
+ "rsa-sha2-256": "rsa-sha2-256",
30
+ "rsa-sha2-512": "rsa-sha2-512",
19
31
  "Create File from Text": "Créer un fichier à partir du texte",
20
32
  "Upload File": "Charger un fichier",
21
33
  "Read File Content": "Lire le contenu du fichier",
package/src/i18n/ja.json CHANGED
@@ -7,15 +7,27 @@
7
7
  "Port": "ポート",
8
8
  "Username": "ユーザー名",
9
9
  "Password": "Password",
10
+ "Private Key": "プライベートキー",
11
+ "Host Key Algorithm": "ホストキーアルゴリズム",
10
12
  "The protocol to use": "使用するプロトコル",
11
13
  "Allow connections to servers with self-signed certificates": "自己署名証明書を持つサーバーへの接続を許可する",
12
14
  "The host of the server": "サーバーのホスト",
13
15
  "The port of the server": "サーバーのポート",
14
16
  "The username to authenticate with": "認証するユーザー名",
15
- "The password to authenticate with": "認証するパスワード",
17
+ "The password to authenticate with. Either this or private key is required": "認証用パスワード。これまたは秘密鍵が必要です。",
18
+ "The private key to authenticate with. Either this or password is required": "この秘密鍵またはパスワードが必要です",
19
+ "The host key algorithm to use for SFTP Private Key authentication": "SFTP 秘密鍵認証に使用するホスト鍵アルゴリズム",
16
20
  "SFTP": "SFTP",
17
21
  "FTP": "FTP",
18
22
  "FTPS": "FTPS",
23
+ "ssh-rsa": "ssh-rsa",
24
+ "ssh-dss": "ssh-dss",
25
+ "ecdsa-sha2-nistp256": "ecdsa-sha2-nistp256",
26
+ "ecdsa-sha2-nistp384": "ecdsa-sha2-nistp384",
27
+ "ecdsa-sha2-nistp521": "ecdsa-sha2-nistp521",
28
+ "ssh-ed25519": "ssh-ed25519",
29
+ "rsa-sha2-256": "rsa-sha2-256",
30
+ "rsa-sha2-512": "rsa-sha2-512",
19
31
  "Create File from Text": "テキストからファイルを作成",
20
32
  "Upload File": "ファイルをアップロード",
21
33
  "Read File Content": "ファイルの内容を読む",
package/src/i18n/nl.json CHANGED
@@ -7,15 +7,27 @@
7
7
  "Port": "Poort",
8
8
  "Username": "Gebruikersnaam",
9
9
  "Password": "Wachtwoord",
10
+ "Private Key": "Persoonlijke sleutel",
11
+ "Host Key Algorithm": "Algoritme voor hostsleutel",
10
12
  "The protocol to use": "Het te gebruiken protocol",
11
13
  "Allow connections to servers with self-signed certificates": "Verbindingen met servers met zelfondertekende certificaten toestaan",
12
14
  "The host of the server": "De host van de server",
13
15
  "The port of the server": "De poort van de server",
14
16
  "The username to authenticate with": "De gebruikersnaam om mee te verifiëren",
15
- "The password to authenticate with": "Het wachtwoord om mee te verifiëren",
17
+ "The password to authenticate with. Either this or private key is required": "Het wachtwoord om mee te verifiëren. Of deze of private key is vereist",
18
+ "The private key to authenticate with. Either this or password is required": "De geheime sleutel om mee te verifiëren. Of dit of het wachtwoord is vereist",
19
+ "The host key algorithm to use for SFTP Private Key authentication": "Het host-sleutel-algoritme dat moet worden gebruikt voor SFTP Private Key authenticatie",
16
20
  "SFTP": "SFTP",
17
21
  "FTP": "FTP",
18
22
  "FTPS": "FTPS",
23
+ "ssh-rsa": "ssh-rsa",
24
+ "ssh-dss": "ssh-dss",
25
+ "ecdsa-sha2-nistp256": "ecdsa-sha2-nistp256",
26
+ "ecdsa-sha2-nistp384": "ecdsa-sha2-nistp384",
27
+ "ecdsa-sha2-nistp521": "ecdsa-sha2-nistp521",
28
+ "ssh-ed25519": "ssh-ed25519",
29
+ "rsa-sha2-256": "rsa-sha2-256",
30
+ "rsa-sha2-512": "rsa-sha2-512",
19
31
  "Create File from Text": "Maak bestand van tekst",
20
32
  "Upload File": "Bestand uploaden",
21
33
  "Read File Content": "Lees bestandsinhoud",
package/src/i18n/pt.json CHANGED
@@ -7,15 +7,27 @@
7
7
  "Port": "Porta",
8
8
  "Username": "Usuário:",
9
9
  "Password": "Senha",
10
+ "Private Key": "Chave Privada",
11
+ "Host Key Algorithm": "Algoritmo da chave do anfitrião",
10
12
  "The protocol to use": "O protocolo a ser usado",
11
13
  "Allow connections to servers with self-signed certificates": "Permitir conexões a servidores com certificados auto-assinados",
12
14
  "The host of the server": "O host do servidor",
13
15
  "The port of the server": "A porta do servidor",
14
16
  "The username to authenticate with": "O nome de usuário para autenticar com",
15
- "The password to authenticate with": "A senha para autenticar com",
17
+ "The password to authenticate with. Either this or private key is required": "A senha para autenticação. Ou esta ou chave privada é necessária",
18
+ "The private key to authenticate with. Either this or password is required": "A chave privada para se autenticar. Ou isto ou a senha é necessária",
19
+ "The host key algorithm to use for SFTP Private Key authentication": "O algoritmo de chave de host usado para autenticação de chave privada SFTP",
16
20
  "SFTP": "SFTP",
17
21
  "FTP": "FTP",
18
22
  "FTPS": "FTPS",
23
+ "ssh-rsa": "ssh-rsa",
24
+ "ssh-dss": "ssh-dss",
25
+ "ecdsa-sha2-nistp256": "ecdsa-sha2-nistp256",
26
+ "ecdsa-sha2-nistp384": "ecdsa-sha2-nistp384",
27
+ "ecdsa-sha2-nistp521": "ecdsa-sha2-nistp521",
28
+ "ssh-ed25519": "ssh-ed25519",
29
+ "rsa-sha2-256": "rsa-sha2-256",
30
+ "rsa-sha2-512": "rsa-sha2-512",
19
31
  "Create File from Text": "Criar Arquivo do Texto",
20
32
  "Upload File": "Enviar Arquivo",
21
33
  "Read File Content": "Ler conteúdo do arquivo",
@@ -7,15 +7,27 @@
7
7
  "Port": "Port",
8
8
  "Username": "Username",
9
9
  "Password": "Password",
10
+ "Private Key": "Private Key",
11
+ "Host Key Algorithm": "Host Key Algorithm",
10
12
  "The protocol to use": "The protocol to use",
11
13
  "Allow connections to servers with self-signed certificates": "Allow connections to servers with self-signed certificates",
12
14
  "The host of the server": "The host of the server",
13
15
  "The port of the server": "The port of the server",
14
16
  "The username to authenticate with": "The username to authenticate with",
15
- "The password to authenticate with": "The password to authenticate with",
17
+ "The password to authenticate with. Either this or private key is required": "The password to authenticate with. Either this or private key is required",
18
+ "The private key to authenticate with. Either this or password is required": "The private key to authenticate with. Either this or password is required",
19
+ "The host key algorithm to use for SFTP Private Key authentication": "The host key algorithm to use for SFTP Private Key authentication",
16
20
  "SFTP": "SFTP",
17
21
  "FTP": "FTP",
18
22
  "FTPS": "FTPS",
23
+ "ssh-rsa": "ssh-rsa",
24
+ "ssh-dss": "ssh-dss",
25
+ "ecdsa-sha2-nistp256": "ecdsa-sha2-nistp256",
26
+ "ecdsa-sha2-nistp384": "ecdsa-sha2-nistp384",
27
+ "ecdsa-sha2-nistp521": "ecdsa-sha2-nistp521",
28
+ "ssh-ed25519": "ssh-ed25519",
29
+ "rsa-sha2-256": "rsa-sha2-256",
30
+ "rsa-sha2-512": "rsa-sha2-512",
19
31
  "Create File from Text": "Create File from Text",
20
32
  "Upload File": "Upload File",
21
33
  "Read File Content": "Read File Content",
package/src/i18n/zh.json CHANGED
@@ -7,15 +7,27 @@
7
7
  "Port": "端口",
8
8
  "Username": "用户名",
9
9
  "Password": "Password",
10
+ "Private Key": "Private Key",
11
+ "Host Key Algorithm": "Host Key Algorithm",
10
12
  "The protocol to use": "The protocol to use",
11
13
  "Allow connections to servers with self-signed certificates": "Allow connections to servers with self-signed certificates",
12
14
  "The host of the server": "The host of the server",
13
15
  "The port of the server": "The port of the server",
14
16
  "The username to authenticate with": "The username to authenticate with",
15
- "The password to authenticate with": "The password to authenticate with",
17
+ "The password to authenticate with. Either this or private key is required": "The password to authenticate with. Either this or private key is required",
18
+ "The private key to authenticate with. Either this or password is required": "The private key to authenticate with. Either this or password is required",
19
+ "The host key algorithm to use for SFTP Private Key authentication": "The host key algorithm to use for SFTP Private Key authentication",
16
20
  "SFTP": "SFTP",
17
21
  "FTP": "FTP",
18
22
  "FTPS": "FTPS",
23
+ "ssh-rsa": "ssh-rsa",
24
+ "ssh-dss": "ssh-dss",
25
+ "ecdsa-sha2-nistp256": "ecdsa-sha2-nistp256",
26
+ "ecdsa-sha2-nistp384": "ecdsa-sha2-nistp384",
27
+ "ecdsa-sha2-nistp521": "ecdsa-sha2-nistp521",
28
+ "ssh-ed25519": "ssh-ed25519",
29
+ "rsa-sha2-256": "rsa-sha2-256",
30
+ "rsa-sha2-512": "rsa-sha2-512",
19
31
  "Create File from Text": "Create File from Text",
20
32
  "Upload File": "Upload File",
21
33
  "Read File Content": "Read File Content",