Skip to content

Connection Fails Silently. Is there a log or some feedback somewhere? #1407

@CraigSheppardSec

Description

@CraigSheppardSec

Prerequisites

Description

The connection simply fails without error.

Steps to Reproduce

  1. Create the ftpconfig

{
"protocol": "ftp",
"host": "xxx.xxx.xxx.xxx",
"port": 21,
"user": "xxxxxxxx",
"pass": "xxxxxxxx",
"promptForPass": false,
"remote": "",
"local": "",
"secure": false,
"secureOptions": null,
"connTimeout": 10000,
"pasvTimeout": 10000,
"keepalive": 10000,
"watch": [],
"watchTimeout": 500
}

  1. Attempt connection through toggle connect button, menu and keyboard shortcut

Expected behavior: [What you expect to happen]

Get the blue Connecting dialog
Get the green Connected dialog, or red error dialog

Actual behavior: [What actually happens]

Get the blue Connecting dialog. No errors and no connection

Reproduces how often: [What percentage of the time does it reproduce?]

100%

Versions

Pulsar 1.120.0
Remote-ftp 2.2.4
Mac OS 14.6.1

The same settings work in FileZilla so I know the credentials etc are correct and there is error feedback when they are not.

I know that Remote-ftp is not the issue, it works on a number of other servers that I use.

The question is more is there any logging or verbose output anywhere that I can see what might be the problem.

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