Skip to content

not able to connect with sftp server #79

@vikaskumr

Description

@vikaskumr

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions