Search found 2 matches

by ttrow
Tue Jun 15, 2010 3:19 pm
Forum: Server - Issues
Topic: RETR <Path>/file
Replies: 3
Views: 2424

Posted: Wed Jun 02, 2010 6:35 pm Post subject: It seems this is fixed (at least in part.) Thanks! When using a command line FTP client, on most FTP servers, the client command get directory/file will retrieve the file and put it in the the current working directory. From my testing with the Core ser...
by ttrow
Fri Mar 26, 2010 9:24 pm
Forum: Server - Issues
Topic: RETR <Path>/file
Replies: 3
Views: 2424

RETR <Path>/file

My interpretation of RFC 959 (and apparently the interpretation of many FTP server developers) is that the RETR command should be able to specify the path (absolute or relative) to a file. RETR <SP> <pathname> <CRLF> I can CWD <path> then RETR <file> but cannot RETR <path>/<file> Even if I CWD <path...