I've seen examples how to ftp all the members of a file. How do you ftp all the files in a library to a folder on a server? I know you use the MPUT for multiple files. I'm just not sure of the format or even if you can.
I've seen examples how to ftp all the members of a file. How do you ftp all the files in a library to a folder on a server? I know you use the MPUT for multiple files. I'm just not sure of the format or even if you can.
Yes, MPUT *.* will send all the contents to the remote server, if the server in not an i5 the files in the folder will have the extension of the member name., this holds true for IFS FTP transfers too. Hope this helps.