Title: | DEC TCP/IP Services for OpenVMS |
Notice: | Note 2-SSB Kits, 3-FT Kits, 4-Patch Info, 7-QAR System |
Moderator: | ucxaxp.ucx.lkg.dec.com::TIBBERT |
Created: | Thu Nov 17 1994 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 5568 |
Total number of notes: | 21492 |
Hi, I donnot know how to solve the following ftp problem. +-----------+ +---------+ + VAX/VMS + + UNIX + + +------+ Remote + + UCX + + TCP/IP + +-----------+ +---------+ 16.157.224.25 16.168.208.2 FILES: ABCDEF.EXE abcdef.exe ABcdef.exe AT UCX: $ ftp 16.168.208.2 username:anonmyous password:********* If I get a file which is capital filename from UNIX, everything is ok. (For example: the filename is ABCDEF.EXE.) If I get a file which is lowercase or capital-lowercase filename from UNIX, (For example: the filename are abcdef.exe or ABcdef.exe) the UCX will display: 200 PORT command successful. 550 ABCDEF.EXE: No such file OR directory. I donnot know how to solve this problem. Thanks.
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
5322.1 | quote the filename | GIDDAY::TAN | Mon Mar 10 1997 01:55 | 12 | |
Jack, This is the expected behaviour: when you don't quote the filename, upper case is transmitted to the Unix host, so the only files you can 'get' would be one in upper case, to get lower case or mixed case files, use quote, eg: ftp> get "MixCaseFile.txt" mixcasefile.txt for obvious reason, the file created locally will always be uppercase. /David - Sydney CSC |