-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
SFTP Recursive LS Fails #3482
Comments
garyrussell
added
type: bug
status: waiting-for-triage
The issue need to be evaluated and its future decided
labels
Feb 1, 2021
artembilan
added
backport 5.3.x
in: sftp
in: ftp
and removed
status: waiting-for-triage
The issue need to be evaluated and its future decided
labels
Feb 1, 2021
garyrussell
added a commit
to garyrussell/spring-integration
that referenced
this issue
Feb 1, 2021
Resolves spring-projects#3482 `.` and `..` should be ignored when recursing.
garyrussell
added a commit
to garyrussell/spring-integration
that referenced
this issue
Feb 1, 2021
Resolves spring-projects#3482 `.` and `..` should be ignored when recursing. **cherry-pick to 5.4.x, 5.3.x**
garyrussell
added a commit
to garyrussell/spring-integration
that referenced
this issue
Feb 1, 2021
Resolves spring-projects#3482 `.` and `..` should be ignored when recursing. **cherry-pick to 5.4.x, 5.3.x**
artembilan
pushed a commit
that referenced
this issue
Feb 1, 2021
Resolves #3482 `.` and `..` should be ignored when recursing. **cherry-pick to 5.4.x, 5.3.x** * Fix checkstyle. * Fix test in `file` module - test was incorrect; it would have detected this problem.
artembilan
pushed a commit
that referenced
this issue
Feb 1, 2021
Resolves #3482 `.` and `..` should be ignored when recursing. **cherry-pick to 5.4.x, 5.3.x** * Fix checkstyle. * Fix test in `file` module - test was incorrect; it would have detected this problem.
artembilan
pushed a commit
that referenced
this issue
Feb 1, 2021
Resolves #3482 `.` and `..` should be ignored when recursing. **cherry-pick to 5.4.x, 5.3.x** * Fix checkstyle. * Fix test in `file` module - test was incorrect; it would have detected this problem.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See https://stackoverflow.com/questions/65951035/sftp-oubound-gateway-error-file-list-command
When testing locally, I see it trying to stat
main/directoryB/directoryB/./
The
.
and..
dirs should be skipped - there is logic to do that, but it is incorrect.On MacOS, this is reported as
But it looks like the user's SFTP server expands
.
and includes it in the exception message.The text was updated successfully, but these errors were encountered: