cancel
Showing results for 
Search instead for 
Did you mean: 

FTP protocol in J2SE Plain Adapter

Former Member
0 Kudos

HI All,

I have to achieve FTP in J2SE (sender)adapter as i am picking the file from different server.In simple File adapter we can easily achieve it using FTP transport protocol but how to achieve the same in J2SE .What configuration i have to do in my J2se adapter?.Plz help me as it is urgent................

Regards

Saurabh Sharma

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

When you have achieved this already in J2EE adapter, there should not be any problem in configuring the J2SE adapter. The parameters you need are described in only help:

http://help.sap.com/saphelp_nw04/helpdata/en/0d/00453c91f37151e10000000a11402f/frameset.htm

&#9675; ftp.host=<ftp-server>

&#9675; ftp.port=<port-no.>

&#9675; ftp.user=<user name>

&#9675; ftp.password=<password>

&#9675; ftp.connection=perFileTransfer|permanently

&#9675; ftp.mode=<Binary|Text>

Regards

Stefan

Answers (0)