[resolved] How to retrieve tFTPFileProperties results in global variables ?
Hi, For each file on a FTP Server, I must copy it and insert his name and date in a database . I use tFTPFileProperties but how can I retrieve the properties mtime_string and basename in variables ? You will find below the flow I thought use: tFTPConnection > tFTPFileList > tFTPFileProperties > ??? > tFTPGet > tMSSqlRow Regards, Antoine