April 21, 20196 yr I need to connect to an SFTP server and upload a file from Filemaker. Apparently Filemaker 17 don't do SFTP natively, but I have used Base Elements quite a lot and like it. However, I am not able to get the BE_FTP_Upload command to work. I have the PDF file in a a global container called System::xContainer. I am doing Set Variable $$ftpresult with the following info: BE_FTP_Upload ( "theftpserver.com:2222/" ; System::xContainer ; "FtpUserName" ; "ThePassword" ) The only result I get is a questionmark. I am able to upload the same file with an FTP client. Any ideas? Tia, /andreas
April 22, 20196 yr Author After some struggle with this I found out what's wrong: You have to define the field name as well. Eg; BE_FTP_Upload ( "theftpserver.com:2222/" & System::xContainer ; System::xContainer ; "FtpUserName" ; "ThePassword" )
January 21, 20223 yr Newbies Could you please post the script steps of Base Elements for uploading a file to ftp server? I tried a lot of things but the response is either "connection time out" or "== Info: response reading failed"
Create an account or sign in to comment