We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The connection simply fails without error.
{ "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 }
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%
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.
The text was updated successfully, but these errors were encountered:
If I remember correctly, only SFTP has a debug mode. But it basically logs everything.
Sorry, something went wrong.
No branches or pull requests
Prerequisites
Description
The connection simply fails without error.
Steps to Reproduce
{
"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
}
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.
The text was updated successfully, but these errors were encountered: