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
As noted in #693, stray tokens are left when ftp variants (ftpes, ftps) are used due to missing code.
Turns out, FTP_PORT is not honored when ftp is used. So stray FTP tokens can also be left behind.
Additionally, sftp and davfs also leave stray tokens, also due to missing code.
A bad side-effect of the missing code is that it falls thru to trying to delete something on the local file system.
(I'll have a PR with code later today.)
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
As noted in #693, stray tokens are left when ftp variants (ftpes, ftps) are used due to missing code.
Turns out, FTP_PORT is not honored when ftp is used. So stray FTP tokens can also be left behind.
Additionally, sftp and davfs also leave stray tokens, also due to missing code.
A bad side-effect of the missing code is that it falls thru to trying to delete something on the local file system.
(I'll have a PR with code later today.)
The text was updated successfully, but these errors were encountered: