My DolphinDB GUI is connecting to a remote server and I want to export the data to local. The function saveText can only save the file to the remote machine where the server is located. I have to transfer the file using scp command. Is there any efficient way to export data to local?

