Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAPFTP via proxy

Former Member
0 Likes
1,035

Hi,

Is it possible to use SAPFTP to access FTP server outside local network via FTP proxy? If yes, how to do it? If not, is there any workaround?

Thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
831

Hello

SAPFTP cannot help with proxy. But SAPHTTP can be configured

for Proxy Support. This means idealy using HTTP_GET_FILE

FM you can perform a ftp connection by generating a URL

similer to IE. "ftp://"

hope this workaround helps you

Regards

Adithya N V

Hi,

Is it possible to use SAPFTP to access FTP server outside local network via FTP proxy? If yes, how to do it? If not, is there any workaround?

Thanks

4 REPLIES 4
Read only

Former Member
0 Likes
832

Hello

SAPFTP cannot help with proxy. But SAPHTTP can be configured

for Proxy Support. This means idealy using HTTP_GET_FILE

FM you can perform a ftp connection by generating a URL

similer to IE. "ftp://"

hope this workaround helps you

Regards

Adithya N V

Read only

0 Likes
831

Adithya,

I would need set of commands like what FTP has ie. delete file, get file, put file, list file. I think HTTP protocol does not support some of them.

Thanks for the advice though.

By the way I found some FTP proxy software available that can work with SAPFTP. They are Trilent ftp proxy and WinGate ftp proxy. These 2 proxies do not require us to enter user id/pswd to use their services. The way we connect to the FTP server is by calling FTP_CONNECT to the proxy (instead of making connection directly to FTP server) with this kind of user id paramater:

<user_id_at_FTP_server>@<FTP_server_hostname>

Then supply the password with FTP password.

Nugi

Read only

Former Member
0 Likes
831

This is not answering your question but might be of help

/people/ankur.jain3/blog/2005/07/27/abap-java-marriage-made-in-heaven

cheers,

Read only

Former Member
0 Likes
831

No this is not possible