Title:
[ANeff] Bug for: cfftp's existsfile returns "Directory not found" for missing file
| View in TrackerStatus/Resolution/Reason: Closed/Withdrawn/PRNeedInfo
Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff ()
Created: 06/09/2017
Components: Net Protocols, FTP
Versions: 2016
Failure Type: Others
Found In Build/Fixed In Build: 2016.0.01.298513 /
Priority/Frequency: Normal / Very few users will encounter
Locale/System: / Win 2012 Server x64
Vote Count: 0
cfftp's existsfile returns "Directory not found" for missing file
Repro (when file "missing.txt" does not exist):
cfftp(action="existsfile", remoteFile="missing.txt", result="r", server=myServer, username=myUsername, password=myPassword);
writeOutput(r.errorText);
Actual result: "550 Directory not found."
Expected result: "550 File not found."
Attachments:
Comments: