PartyPooper Posted July 28, 2009 Posted July 28, 2009 (edited) I've had a look in the AutoIt Helpfile, but it doesn't mention anything about a filename size limit for the _FTP_FilePut function. I know if I send a file named "A simple file.dat", _FTP_FilePut works, however, if I change the filename into something like "This is an impossibly long filename used as a test to see if FTP is failing.dat", it fails setting @error to "-1". Is this a bug or is there a physical limit to the filename length the _FTP_FilePut function will accept? Edit: Nevermind, it was a file lock issue. Edited July 28, 2009 by PartyPooper
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now