Application Development 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: 

Query on ftp_connect

Former Member
0 Kudos

I am using ftp_connect statement in my code . after that some code is executed after that i need to check whether my connection is still active or not? how do i do that ? Any pointers will be of help.

Thanks,

Shiva.

1 ACCEPTED SOLUTION

former_member226999
Contributor
0 Kudos

Use FTP_COMMAND function module and pass command STATUS to check the if the connection is active.

Hope this helps.

Franc

2 REPLIES 2

former_member226999
Contributor
0 Kudos

Use FTP_COMMAND function module and pass command STATUS to check the if the connection is active.

Hope this helps.

Franc

0 Kudos

Can you pls send me piece of code to check..

Thanks in advance.