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

Access Remote Computer File Process

former_member212713
Contributor
0 Likes
559

Hello Experts;

I need non-SAP computers (remote) directory list (example D1 domain name , Comp1 Computer Name , Direc1 Directory Name)

then read and upload of directory file list

if my file process succesfull then move file to other directory.

Can you know functions for this works or solution?

Thanks.

1 ACCEPTED SOLUTION
Read only

anup_deshmukh4
Active Contributor
0 Likes
511

Use FTP for this purpose

below is the list of Useful function modules....!

FTP_COMMAND

FTP_COMMAND_LIST

FTP_CONNECT

FTP_COPY

FTP_DISCONNECT

FTP_R3_TO_CLIENT

FTP_R3_TO_SERVER

FTP_SERVER_TO_R3

FTP_START_REG_SERVER

FTP_START_SAPFTP

FTP_STOP_REG_SERVER

FTP_VERSION

Thanks and regards,

Anup D

3 REPLIES 3
Read only

anup_deshmukh4
Active Contributor
0 Likes
512

Use FTP for this purpose

below is the list of Useful function modules....!

FTP_COMMAND

FTP_COMMAND_LIST

FTP_CONNECT

FTP_COPY

FTP_DISCONNECT

FTP_R3_TO_CLIENT

FTP_R3_TO_SERVER

FTP_SERVER_TO_R3

FTP_START_REG_SERVER

FTP_START_SAPFTP

FTP_STOP_REG_SERVER

FTP_VERSION

Thanks and regards,

Anup D

Read only

0 Likes
511

Should I establish FTP Center?

Read only

Former Member
0 Likes
511

Hi,

If you have created a server which can be accessed via "
servername\filename\"

then you can you open dataset.

Another option would be to create an FTP server and access the files via ftp.

Refer programs RSFTP001 to RSFTP011

Regards,

Jovito.