Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CraigSheppardSec opened this issue Sep 5, 2024 · 1 comment

Comments

@CraigSheppardSec
Copy link

CraigSheppardSec commented Sep 5, 2024

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.

@icetee
Copy link
Owner

icetee commented Sep 5, 2024

If I remember correctly, only SFTP has a debug mode. But it basically logs everything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants