Skip to Content
0
Jan 16, 2023 at 07:23 AM

Move / Copy file from one folder to another folder

107 Views

I want to copy the file from one folder to another.

I am using SAPFTPA.

these function modules are used Function module used CALL FUNCTION 'HTTP_SCRAMBLE' , CALL FUNCTION 'FTP_CONNECT',

CALL FUNCTION 'FTP_COMMAND' , CALL FUNCTION 'FTP_SERVER_TO_R3'

. The path D:\Sales\Macine\Product\fail_log contains file test.csv

and i want to move test.csv file to another path D:\Sales\Macine\Product\fail_log_n

can any one guide me.....