cancel
Showing results for 
Search instead for 
Did you mean: 

FTP of incomplete files

robert_lippmann
Explorer
0 Kudos

Hello,

I assume the FTP adapter behaves in the same way as a UNIX script? An ABAP program does a OPEN file, TRANSFER ... and CLOSE file. If the script to ftp the file is started before the CLOSE, the file is transferred incomplete.

This problem I will have, when using the FTP adapter instead of a script, I assume. Am I right ?

Regards,

Robert

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

First of all FTP adapter is on Java stack (we can say java program is reading a file). Here you can read more about it:

http://help.sap.com/saphelp_nw04/helpdata/en/0b/9a50465ccf84479e39a6d50c90fb3f/content.htm

Regards,

Wojciech