-
Notifications
You must be signed in to change notification settings - Fork 57
Open
Description
FTP {
options:
{ host: 'host',
username: 'username',
password: 'password',
port: 990,
escape: true,
retries: 1,
timeout: 10,
retryInterval: 5,
retryIntervalMultiplier: 1,
requiresPassword: true,
protocol: 'sftp',
autoConfirm: true,
cwd: '',
additionalLftpCommands: 'set ssl-allow true;set ssl:verify-certificate no;set passive-mode yes',
requireSSHKey: false,
sshKeyPath: '' },
cmds: [] }
I am trying to connect my sftp server with this configuration but I am always getting
{ error: 'ls: Fatal error: max-retries exceeded\n', data: '' }
Metadata
Metadata
Assignees
Labels
No labels