You will need to have Samba installed or use an intermediary Windows based FTP server (IIS) that will serve out SMB shares via FTP. Write me if you need more details.
That’s what I was afraid of. We used samba “once” at that was extremely painful. The vendor I was dealing with basically said that they made it a share, get the files there any way you want. Not very helpful. That already had FTP allowed. Problem was that the setup was defined for something else entirely and I caould not get to the share. So, I created another FTP site through IIS and assigned it a different port number because 21 was already in use (cannot use same port for different sites) and things seem to be working a ok. I thought there was something native to AIX regarding the issue of the shared folder.
We’ve used smbclient on AIX for bidirectional PC-based file transfers for several years, and have found it relatively easy to use. It eliminates the need to have an FTP server set up on the PC. We primarily use smbclient in ksh scripts for scheduled batch file transfers.
You just need to get the PC server administrator to set up a login/password for smbclient to use and have the appropriate read/write/delete access set up on the PC for that login.
We are struggling with this very issue now. We have Cloverleaf installed on AIX, but we have Windows applications that can only transfer PDF files using UNC paths (//path/dir). How are you all handling this sort of interface?
We are also using Samba/smbclient to deal with this situation. We need to move charge files over to our Meditech installation and my admins did not want FTP any where near those servers. It didn’t take too long to configure things the way we wanted. So far though in our testing it has been working nicely.
We are running cl 5.4 on AIX 5.3 TL05 with Samba 3.0.23d. We started down the path of setting up a share on a windows server that was actually a directory on AIX but ran into issues with meditech background jobs accessing files within the share. So we switched direction and are using the smbclient to access a share on the windows server from AIX. We have kron jobs schedule to kick off the smbclient commands. So far in our testing it is working as desired.
Thanks, Barb
Author
Replies
Viewing 7 reply threads
The forum ‘Cloverleaf’ is closed to new topics and replies.