python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Sftp Outbound gateway. Fail to list file using regex
I want to lists files recursively as describe through a regex. This is the code that works
@Bean(value = "listFiles")
public IntegrationFlow listFiles() {
IntegrationFlow flow = Integrat...
Azinuddin
Votes: 0
Answers: 1
Spring integration SFTP - issue with filters and number of messages emits
I started using spring integration SFTP and I have some questions.
Filters not working. I have example configuration:
Sftp.inboundAdapter(ftpFileSessionFactory())
.preserveTimestamp(...
M.M.
Votes: 0
Answers: 1
Java vfs2 FileSystemException invalid privatekey. How to solve it?
In my springboot application, i am transferring a file to sftp. I want to authenticate it only with username and password. However my java code still looking for private key to send, and i am getting ...
Praneeth Kumar T
Votes: 0
Answers: 1