cancel
Showing results for 
Search instead for 
Did you mean: 

get_file_list to list content of UNIX directory

Former Member
0 Kudos

Hi all

I am trying to list the files in a UNIX directory using the get_file_list action. Not getting anything back, but action is not reporting error.

In the folder configuration box i have used all combinations of \ and / but none do anything. I can list files on our Mii server using
server\share but this is a windows machine.

I think i have a couple of options

1. get FTP set up on UNIX server and use the FTP_get_file_list action and move files to Mii server for processing.

2. get something like SAMBA set up on UNIX to allow windows style file sharing.

Any other ideas out there?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Les,

Set the "Get_File_List_0" with the following parameters:

Folder: "web://PROJECT"

Mask: "*" for list all files

http://wbhelp.sap.com/manufacturing/xmii_120/en/44/7108DF9EA03ABEE10000000A155369/content.htm (for more details)

Or use a XMLQuery

server://XMII/Catalog?Mode=ListFolders&Folder=[Param.1]&Content-type=text/xml

[Param.1] = PROJECT

Hope this help.

Danilo Santos