-
Notifications
You must be signed in to change notification settings - Fork 102
Description
Prerequisites
- [ X] Put an X between the brackets on this line if you have done all of the following:
- Checked that your issue isn't already filed: https://github.com/icetee/remote-ftp/issues
Description
The connection simply fails without error.
Steps to Reproduce
- 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
}
- 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.