Spring boot: sFtp client inside spring-boot
up vote
0
down vote
favorite
I've created a spring-boot service.
I need to connect to an sFTP server in order to download remote files from server and process them locally (on spring-boot service) and asynchronously.
I've been google over there, but I don't quite find how to solve that. I mean, which libraries should I use...
Any ideas?
spring spring-boot
add a comment |
up vote
0
down vote
favorite
I've created a spring-boot service.
I need to connect to an sFTP server in order to download remote files from server and process them locally (on spring-boot service) and asynchronously.
I've been google over there, but I don't quite find how to solve that. I mean, which libraries should I use...
Any ideas?
spring spring-boot
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I've created a spring-boot service.
I need to connect to an sFTP server in order to download remote files from server and process them locally (on spring-boot service) and asynchronously.
I've been google over there, but I don't quite find how to solve that. I mean, which libraries should I use...
Any ideas?
spring spring-boot
I've created a spring-boot service.
I need to connect to an sFTP server in order to download remote files from server and process them locally (on spring-boot service) and asynchronously.
I've been google over there, but I don't quite find how to solve that. I mean, which libraries should I use...
Any ideas?
spring spring-boot
spring spring-boot
asked 2 days ago
Jordi
3,77283174
3,77283174
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
spring integration provides a simple abstraction to download or upload a file from/to SFTP,
here is a guide you can follow to achieve what you want.
New contributor
slimane is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
What does it meant for? Is it meant for kicking off an sftp inside spring-boot service, or it's for provide sftp client tools inside service?
– Jordi
2 days ago
it for connecting to a remote sftp server using the properties you provided,and manage files inside it (e.g download upload ...). you saw an embedded server, it's for testing (@Test).
– slimane
2 days ago
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
spring integration provides a simple abstraction to download or upload a file from/to SFTP,
here is a guide you can follow to achieve what you want.
New contributor
slimane is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
What does it meant for? Is it meant for kicking off an sftp inside spring-boot service, or it's for provide sftp client tools inside service?
– Jordi
2 days ago
it for connecting to a remote sftp server using the properties you provided,and manage files inside it (e.g download upload ...). you saw an embedded server, it's for testing (@Test).
– slimane
2 days ago
add a comment |
up vote
0
down vote
spring integration provides a simple abstraction to download or upload a file from/to SFTP,
here is a guide you can follow to achieve what you want.
New contributor
slimane is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
What does it meant for? Is it meant for kicking off an sftp inside spring-boot service, or it's for provide sftp client tools inside service?
– Jordi
2 days ago
it for connecting to a remote sftp server using the properties you provided,and manage files inside it (e.g download upload ...). you saw an embedded server, it's for testing (@Test).
– slimane
2 days ago
add a comment |
up vote
0
down vote
up vote
0
down vote
spring integration provides a simple abstraction to download or upload a file from/to SFTP,
here is a guide you can follow to achieve what you want.
New contributor
slimane is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
spring integration provides a simple abstraction to download or upload a file from/to SFTP,
here is a guide you can follow to achieve what you want.
New contributor
slimane is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
slimane is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 2 days ago


slimane
3394
3394
New contributor
slimane is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
slimane is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
slimane is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
What does it meant for? Is it meant for kicking off an sftp inside spring-boot service, or it's for provide sftp client tools inside service?
– Jordi
2 days ago
it for connecting to a remote sftp server using the properties you provided,and manage files inside it (e.g download upload ...). you saw an embedded server, it's for testing (@Test).
– slimane
2 days ago
add a comment |
What does it meant for? Is it meant for kicking off an sftp inside spring-boot service, or it's for provide sftp client tools inside service?
– Jordi
2 days ago
it for connecting to a remote sftp server using the properties you provided,and manage files inside it (e.g download upload ...). you saw an embedded server, it's for testing (@Test).
– slimane
2 days ago
What does it meant for? Is it meant for kicking off an sftp inside spring-boot service, or it's for provide sftp client tools inside service?
– Jordi
2 days ago
What does it meant for? Is it meant for kicking off an sftp inside spring-boot service, or it's for provide sftp client tools inside service?
– Jordi
2 days ago
it for connecting to a remote sftp server using the properties you provided,and manage files inside it (e.g download upload ...). you saw an embedded server, it's for testing (@Test).
– slimane
2 days ago
it for connecting to a remote sftp server using the properties you provided,and manage files inside it (e.g download upload ...). you saw an embedded server, it's for testing (@Test).
– slimane
2 days ago
add a comment |
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53373288%2fspring-boot-sftp-client-inside-spring-boot%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown