‎2011 Jan 04 9:11 AM
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.
‎2011 Jan 04 9:15 AM
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
‎2011 Jan 04 9:15 AM
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
‎2011 Jan 04 11:16 AM
‎2011 Jan 05 4:34 AM
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.