- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- could please help me in sftp mulitple files
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
02-26-2009 10:18 PM
02-26-2009 10:18 PM
could please help me in sftp mulitple files
sftp> mput fm*0035.txt
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-26-2009 11:53 PM
02-26-2009 11:53 PM
Re: could please help me in sftp mulitple files
Would You mind to tell us, what does not work, how doesn't it work, which VMS version, which TCPIP software and version ?
Here on my ancient VMS 7.3-1 with TCPIP 5.4 it looks like:
sftp avmp01
Connecting to avmp01...
sftp> cd scratch/tmp
sftp> mput fw*.zip
Uploading fwAtlas-2.0.2.zip to /DISK$HUBER/HUBER/SCRATCH/tmp/fwAtlas-2.0.2.zip
fwAtlas-2.0.2.zip 100% 22KB 21.6KB/s 00:00
Uploading fwFSMAtlas-3.2.0.zip to /DISK$HUBER/HUBER/SCRATCH/tmp/fwFSMAtlas-3.2.0.zip
fwFSMAtlas-3.2.0.zip 100% 353KB 352.9KB/s 00:01
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 12:49 AM
02-27-2009 12:49 AM
Re: could please help me in sftp mulitple files
sftp2 id@apsp.com
sftp>cd /conv/Extracts
sftp> mput fm*_0035.txt
sftp> mput fmp_0035.txt
fmp_0035.txt | 1.3MB | 656.0 kB/s | ETA: 00:01:04 | 3%
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 02:07 AM
02-27-2009 02:07 AM
Re: could please help me in sftp mulitple files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 02:36 AM
02-27-2009 02:36 AM
Re: could please help me in sftp mulitple files
you have'nt said or shown exactly what did'nt work, can you post up any failure messages you got or retry with -v to get the verbose output.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 02:43 AM
02-27-2009 02:43 AM
Re: could please help me in sftp mulitple files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 02:44 AM
02-27-2009 02:44 AM
Re: could please help me in sftp mulitple files
a wildcard "*" mput is doing nothing, but mput with a single file is working ?
I can't reproduce the problem, it works VMS yo VMS and also Linux to VMS.
What are Your systems? both source and destination VMS ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 02:46 AM
02-27-2009 02:46 AM
Re: could please help me in sftp mulitple files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 02:53 AM
02-27-2009 02:53 AM
Re: could please help me in sftp mulitple files
>>>
source is VMS and the destination is UNIX
<<<
WHICH unix (and version)
Unix <> Unix <> Unix.
There are MANY Unixes, with similarities, differences, AND incompatibilities...
Proost.
Have one on me.
jpe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 02:59 AM
02-27-2009 02:59 AM
Re: could please help me in sftp mulitple files
mput wildcard from VMS to Linux does not work, without any message from the linux side.
same with a wildcard mget from the linux side.
It works if You specify the VMS filename including version like
"mput f*.txt;*"
Probably this behaviour is a result of the SSH shell command issued from sftp.
(sftp,scp) are crooks ;-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 03:03 AM
02-27-2009 03:03 AM
Re: could please help me in sftp mulitple files
Now due to itanium we are not using multinet and i'm facing this problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 03:04 AM
02-27-2009 03:04 AM
Re: could please help me in sftp mulitple files
but i don't want the file to be saved with version number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 03:09 AM
02-27-2009 03:09 AM
Re: could please help me in sftp mulitple files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 04:02 AM
02-27-2009 04:02 AM
Re: could please help me in sftp mulitple files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 04:30 AM
02-27-2009 04:30 AM
Re: could please help me in sftp mulitple files
but if You have a service contract, file a request to HP to correct this behaviour ...
Meanwhile, on the Linux/Unix system, it needs a rename step. Iam not quite fit in shell syntax, something like
rename ";1" "" *
should do it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 04:36 AM
02-27-2009 04:36 AM
Re: could please help me in sftp mulitple files
$ scp *.txt "linuxnode:sompath/"
This copies files without ;version on Linux side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 04:59 AM
02-27-2009 04:59 AM
Re: could please help me in sftp mulitple files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 05:01 AM
02-27-2009 05:01 AM
Re: could please help me in sftp mulitple files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 05:09 AM
02-27-2009 05:09 AM
Re: could please help me in sftp mulitple files
yes that works for me, but probelm is i need to extract only specified files
<<
extract ? what do You mean.
scp does the same as sftp, just different syntax.
Do You mean f*_035.txt instead *.txt ?
*.txt just was my example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 05:40 AM
02-27-2009 05:40 AM
Re: could please help me in sftp mulitple files
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 05:54 AM
02-27-2009 05:54 AM
Re: could please help me in sftp mulitple files
scp "f*_0035.txt" node:"destinationdir/"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2009 06:25 AM
02-27-2009 06:25 AM
Re: could please help me in sftp mulitple files
I said scp , not sftp !!!
scp seems to work with wildcards, sftp works only with explicit ";version" or ";*".