Has anyone ever run into an issue where you can send a file to a vendor via curl, but cannot get the settings on the CL tab to work?
The following command lines work (a couple of diff ways):
curl -v -k sftp://vendorip/dropFolder/file.hl7 –user “userid” -T file.hl7
curl -v -k –upload-file file.hl7 sftp://vendorip/dropfolder/file.hl7 –user “userid”
I can’t for the life of me get CL to work. I’ve opened a ticket with Infor and they are stumped as well. Any thoughts would be greatly appreciated.
On the FTP protocol tab I’ve got the user/password set. The outbound directory set. The style set to hl7 with the append data unchecked, and the host/port set up.
I have dozens of ftp’s working and this is the only one that is giving me fits.
Thank you in advance!
Jeff