- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- ftp server switches file path format
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 05:14 AM
тАО10-06-2009 05:14 AM
$ ftp MACHINE.DOMAIN.COM
MACHINE2.DOMAIN.COM MultiNet FTP user process V4.4(119)
Connection opened (Assuming 8-bit connections)
Foreign username: USERNAME
FILE$DOLLAR.TXT
FILE1.TXT
FILE2.TXT
fileDOLLAR.TXT
file1.txt
file2.txt
FILE$DOLLAR.TXT
FILE1.TXT
FILE2.TXT
The same file will accessable as FILE$DOLLAR.TXT or fileDOLLAR.TXT depending on which mode the FTP server is in.
Where is this behavior documented?
Thanks!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 05:53 AM
тАО10-06-2009 05:53 AM
Re: ftp server switches file path format
On VMS, "$" is an acceptable character in a file name.
On some other systems, a "$" is used to delimit uppercase characters.
for example, In openvms, create a file called "$T$OMMY.TXT". A directory listing on VMS shows the file as
$T$OMMY.TXT (since VMS defaults to UPPER case.
however in the unix vernacular it will display as
Tommy.txt.
All characters after the first $ are uppercase, until it reads a second $ or end-of-line.
Dave.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 05:54 AM
тАО10-06-2009 05:54 AM
Re: ftp server switches file path format
> Where is this behavior documented?
I'd ask the people who supplied the FTP
server.
As a user of the (stone-age/lame) TCPIP FTP
server, I know nothing, but I assume that
the thing is configured to try to accommodate
all the UNIX-expecting software out there, so
that if it sees a UNIX-like "CWD
/some/thing/" command, it responds
accordingly. Perhaps you can disable that
behavior if you don't like it.
Having learned this lesson the hard way, I
modified wget so that it does a "CWD []" at
the end of its normal "CWD where/ever"
sequence, which seemed to be enough to switch
the (TCPware) server where I first observed
this behavior back to VMS mode (when wget is
talking to a VMS FTP server, that is). And
it doesn't seem to bother any of the
VMS-only-looking FTP servers I've seen.
Given the common vendor, I'd guess that the
same trick would work with this MultiNet FTP
server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 08:10 AM
тАО10-06-2009 08:10 AM
Solutionhttp://www.process.com/tcpip/mndocs52/ADMIN_GUIDE/Ch18.htm#I32
UNIX file name mapping:
http://www.process.com/tcpip/mndocs52/ADMIN_GUIDE/Ch27.htm#I13
cu,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-06-2009 12:35 PM
тАО10-06-2009 12:35 PM
Re: ftp server switches file path format
The $ character is a prefix for SRI encoding which is used to maintain case on ODS-2 disks. (Not necessary on ODS-5 disks since they will maintain the proper case of filenames themselves.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-07-2009 11:40 AM
тАО10-07-2009 11:40 AM
Re: ftp server switches file path format
Check out the logical
MULTINET_FTP_UNIX_STYLE_CASE_INSENSITIVE
That helped us on some of our similiar issues.
There is another logical to check too:
MULTINET_FTP_UNIX_STYLE_BY_DEFAULT