| In theory, this won't work because the PHP code will try to open a file (pass.txt), but that file doesn't exist. You might want to update that portion so it says "passes.txt" and not "pass.txt".
EDIT: It will create a new file (pass.txt) when the FTP session ends, so what's the point of adding the files "passes.txt"? |