- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- FTP a specific file version
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
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
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
тАО02-20-2006 07:26 PM
тАО02-20-2006 07:26 PM
FTP a specific file version
In Open VMS we have file versions. Is there a way to ftp a specific file version of a file.
eg: We have test.com;1 , test.com;2.
I want to ftp test.com;1.
If i give the ftp command 'get test.com;1' it takes the test.com;2.
Any help ??
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2006 07:37 PM
тАО02-20-2006 07:37 PM
Re: FTP a specific file version
welcome to the OpenVMS ITRC forum.
Initial tests with TCPIP V5.5 seem to indicate, that specifying a file version number is honoured by FTP (VMS-VMS and Windows-VMS).
Which version is your FTP server, which version of a FTP client are your running ?
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2006 07:40 PM
тАО02-20-2006 07:40 PM
Re: FTP a specific file version
correction: it does NOT seem to work from a Windows FTP client !
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2006 07:43 PM
тАО02-20-2006 07:43 PM
Re: FTP a specific file version
but you could use
FTP> get test.com.1
which will end up as a test.com.1 file on Windows, but it will be TEST.COM;1
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2006 07:49 PM
тАО02-20-2006 07:49 PM
Re: FTP a specific file version
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2006 07:57 PM
тАО02-20-2006 07:57 PM
Re: FTP a specific file version
really help to know:
1) VMS version,
2) TCP/IP product and version,
3) FTP server type and version, if not the
one from "2)",
4) FTP client and its version,
5) FTP client's host type and OS (and version).
Lots of things work, many of which would
probably be useless to you. For example, on
a VMS system:
wget ftp://sms:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО02-20-2006 09:05 PM
тАО02-20-2006 09:05 PM
Re: FTP a specific file version
to generalise the answer given by Volker:
VMS acceps the "." (full stop) instead of ";" (semicolon) as file version separator: any second full stop will function as a semicolon, provided there are no more than two together.
Any remote OS that supports multiple periods will handle VMS file versions, in GET and in PUT operations, initiated eigther on VMS or on the other OS.
Disclaimer: I have not yet worked out the full extends and limitations of ODS5!
hth
Proost.
Have one on me.
jpe