- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- uploading/coping files to OpenVMS system
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
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
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
12-05-2005 08:34 PM
12-05-2005 08:34 PM
uploading/coping files to OpenVMS system
how can i copy/upload files to OpenVMS system from a windows desktop?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 12:25 AM
12-06-2005 12:25 AM
Re: uploading/coping files to OpenVMS system
system. If it's running an FTP server, then
FTP should work. Not every FTP client program
can cope with the TCPIP FTP server on VMS.
I've used SmartFTP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:00 AM
12-06-2005 06:00 AM
Re: uploading/coping files to OpenVMS system
or you can use some product for file sharing. For example Advanced Server (Pathworks). But you have to buy this product.
Mike
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:01 AM
12-06-2005 06:01 AM
Re: uploading/coping files to OpenVMS system
If you have any terminal emulation software to connect to VMS system such as Reflections, Rumba, and Attchmate, you can use its FTP file transfer facility easily.
You can download evaluation version of the above softwares and can be used.
or there there are so many free windows FTP client software available in the net, you can use those, you can google to find FTP client software. there are few freeware FTP client software in this link, download and use it.
http://labmice.techtarget.com/Utilities/ftp_clients.htm
Most of them are menue based software, can be used easily.
The otherway, from C prompt,
c:\ftp vmssystem_name
username/password: enter username and password
FTP> now you are in VMS system
FTP> use cd command to go to any VMS (sub)directory,
FTP> cd dk600:[john]
FTP> get filename.txt -->to get single file
FTP> mget file*.* --> to get multiple file.
Transferring the whole directory facility is available with only few of the FTP software.
Archunan
Archie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:23 AM
12-06-2005 06:23 AM
Re: uploading/coping files to OpenVMS system
Samba, like Advanced Server/Pathworks turns your VMS system into a file share server for the PC network.
http://www.ifn.ing.tu-bs.de/ifn/sonst/samba-vms.html
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 06:26 AM
12-06-2005 06:26 AM
Re: uploading/coping files to OpenVMS system
Content starts here
HP OpenVMS on AlphaServer systems to OpenVMS on Integrity servers application plans
The majority of applications running on HP OpenVMS AlphaServer systems Version 7.2x are moving to OpenVMS on Integrity servers.
For a complete listing of applications moving to OpenVMS on Integrity servers, see the Software Public Rollout Reports for OpenVMS.
The following products will not move to OpenVMS on Integrity servers:
* Products not previously ported from VAX systems to AlphaServer systems
* Products retired or in the retirement process
o End of Support Life (EOSL) will occur prior to the release of OpenVMS on Integrity servers
* Products with clear replacement strategies
* Some products in (or moving to) Mature Product Support
HP Products with recent porting decisions (New! September 2005)
Samba
HP OpenVMS will deliver a Samba v3.0 evaluation release on HP Integrity servers in December 2005 and on AlphaServers in January 2006. An OpenVMS Samba v4.0 production release on AlphaServers and Integrity servers is planned for H2 2006.
Samba is the industry-standard open source file and print server that ships with most distributions of UNIX and Linux today. This up-to-date Samba offering on OpenVMS will provide numerous industry-standard features that the Advanced Server does not offer today, and will be supported by HP. OpenVMS will not port Advanced Server to Integrity servers. However, Advanced Server will continue to be supported on AlphaServer systems running OpenVMS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-06-2005 11:58 PM
12-06-2005 11:58 PM
Re: uploading/coping files to OpenVMS system
>>>
http://www.ifn.ing.tu-bs.de/ifn/sonst/samba-vms.html
<<<
That version is waaay out of date. I'd only use it if I needed something for an old VAX/VMS system. The current source for Samba is
http://www.pi-net.dyndns.org/anonymous/jyc/
cu,
Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 02:13 AM
12-07-2005 02:13 AM
Re: uploading/coping files to OpenVMS system
This was suggested in another entry. The commands to put files into the VMS system are:
Open a Command Prompt on your Windows machine. Make sure you are in the directory that contains the files you want to send to the VMS system.
(your login screen will vary depending on the welcome messages that are in place)
c:\> ftp myVMS
ftp> username johndoe
password: ******
"user logged in"
(pwd will show you where you are)
ftp> pwd
DKA100:[JOHNDOE]
(put will put a file onto the VMS system)
ftp> put thisfile.log
150 Opening data connection for DKA100:[JOHNDOE]THISFILE.LOG
226 Transfer complete.
(mput is used to put multiple files. This may send more files than you wanted)
ftp> mput *
If you want to see the ftp transfer going turn on hash. (at the ftp prompt type help hash for details) Hash is useful when transferring large files so that you can see the activitie.
You may also have to check if the file you are transfering is binary or ascii. You can switch between the modes. Some ascii files get real funky when transferring between windows and VMS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 02:26 AM
12-07-2005 02:26 AM
Re: uploading/coping files to OpenVMS system
Or use Kermit.
For short text files, copy and paste.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 06:32 AM
12-07-2005 06:32 AM
Re: uploading/coping files to OpenVMS system
from your Forum Profile:
I have assigned points to 10 of 46 responses to my questions.
Maybe you can find some time to do some assigning?
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
Mind, I do NOT say you necessarily need to give lots of points. It is fully up to _YOU_ to decide how many. If you consider an answer is not deserving any points, you can also assign 0 ( = zero ) points, and then that answer will no longer be counted as unassigned.
Consider, that every poster took at least the trouble of posting for you!
To easily find your streams with unassigned points, click your own name somewhere.
This will bring up your profile.
Near the bottom of that page, under the caption â My Question(s)â you will find â questions or topics with unassigned points â Clicking that will give all, and only, your questions that still have unassigned postings.
Thanks on behalf of your Forum colleagues.
PS. â nothing personal in this. I try to post it to everyone with this kind of assignment ratio in this forum. If you have received a posting like this before â please do not take offence â none is intended!
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2005 04:19 PM
12-07-2005 04:19 PM