Hi,
Due to internal security restrictions our sftp account is not allowed to run a shell command. How can I delete the downloaded file on the FTP server as the SFTP built in command doesn’t allow to execute command line commands?
Hi,
Due to internal security restrictions our sftp account is not allowed to run a shell command. How can I delete the downloaded file on the FTP server as the SFTP built in command doesn’t allow to execute command line commands?
Hi Filip,
It’s currently not possible with EasyMorph. I would suggest collecting downloaded files in a list, and then uploading that list (e.g. once a day) to the remote server with EasyMorph. Then have a bash script on that server scheduled (e.g. with cron) to run once a day to delete all files in the list.