Re: Questions About Uploading Files to an FTP Server

2011-10-18 Thread Mark Talluto
You can store the current directory in a tmp variable if you want to set the directory back. Get the detailed files and figure out the file sized based on the data returned. Binary data must use "binfile" while text data uses "file" You can store files on all platforms with: put myVariable int

Questions About Uploading Files to an FTP Server

2011-10-10 Thread Gregory Lypny
Hello everyone, Still tweaking an app to allow my students to upload files to an FTP server and save a log of their submissions. I would like to restrict the size of files they upload, and want to know whether the way to do that is to first set the defaultFolder to the folder in which the file