cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing an FTP from a JAVA SCP application

Thanu
Explorer
0 Kudos

Hello Experts,

We have a requirement where we need to create a csv file and place it in an FTP folder. This application is Java based and will be running on SAP Cloud Platform. The data for the file would be flowing from a persistence model in SCP. We want to avoid using SAP Cloud platform integration service (SCPI) or any middle ware.

Any direction or solution would be appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Ivan-Mirisola
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Thanu,

Please check the following site for Apache Commons FTP client library:

https://www.baeldung.com/java-ftp-client

https://commons.apache.org/proper/commons-net/apidocs/org/apache/commons/net/ftp/FTPClient.html

You may find other libraries as well and the JDK will also feature standard protocols for such tasks.

Best regards,
Ivan

Answers (0)