Nasty little issue I’ve begun having. Connecting via FTP, the moment I try to transfer a file, either immediately or after a few kilobytes, the app crashes back to the home page. No idea what’d cause that. Has anyone else experienced this?
I have experienced this when I try to transfer files larger than about 50MB. Apparently it’s a bug in the underlying FTP code.
Fortunately, you can now (in v1.1.0) use iTunes File Sharing to export files from Filtatron, so this provides a work-around…
How can I do a non Interactive ftp on unix? On MS-DOS I could do ftp -s:, where is a text file which has the commands I would use on a normal connexion. However, if want to do the same on linux, the argument “-s” is not recognized. Any of you knows how to do it?