by father.mande » Sun Apr 22, 2018 4:00 pm
Hi,
Don't have any contact with support ... and I don't use ftpexplorer
... if you are not put off by command line, you can use other FTP client (ex. inside Entware apkg)
... .. some like lftp (I use it when I can't use another more secure and performing protocol than FTP) are some advantage
... ... ... easy scripting (so you can prepare FTP request and also manage to use it in bash mode if needed)
... ... ... easy configuration , including the split mode (when server is able) ... it's for large file the capability to create n parallel transfer each for a part of the file (basic FTP use only a small part 25% of the bandwidth available) ... also are include some "mirroring" function for folder (delete on target now non existent files, etc.)
... If you can change the insecure FTP protocol ... and have ssh / sftp server on the target system ... using sftp can add a high level of security (up to keys control) and better performance ...
... If you want a Web Interface ... you can try Net2ftp APKG an alternative to FTPExplorer
... if you use Asportal ... you can use Fillezilla (even a little outdated but working)
I don't know you real usage and target ... so I can't have a better approach ... it's just to try to don't only be stopped by support response time ... but proposing you to try some potential workaround (or not).
Philippe.