Search found 2 matches
- Tue Jun 15, 2010 3:19 pm
- Forum: Server - Issues
- Topic: RETR <Path>/file
- Replies: 3
- Views: 3418
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...
- Fri Mar 26, 2010 9:24 pm
- Forum: Server - Issues
- Topic: RETR <Path>/file
- Replies: 3
- Views: 3418
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...