Operating System - OpenVMS
1748062 Members
5583 Online
108758 Solutions
New Discussion юеВ

Re: could please help me in sftp mulitple files

 
652
Advisor

Re: could please help me in sftp mulitple files

I exactly don't know the unix box present over there. But it was working when i used multinet.

Now due to itanium we are not using multinet and i'm facing this problem
652
Advisor

Re: could please help me in sftp mulitple files

yes what you said is correct.


but i don't want the file to be saved with version number
652
Advisor

Re: could please help me in sftp mulitple files

could you please suggest me if there is any way i can sftp the without version number
652
Advisor

Re: could please help me in sftp mulitple files

so this issue can not resolved
Joseph Huber_1
Honored Contributor

Re: could please help me in sftp mulitple files

I'm not in a position to request it from HP,
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.
http://www.mpp.mpg.de/~huber
Joseph Huber_1
Honored Contributor

Re: could please help me in sftp mulitple files

and what seems to work for me from VMS to Linux:

$ scp *.txt "linuxnode:sompath/"

This copies files without ;version on Linux side.
http://www.mpp.mpg.de/~huber
652
Advisor

Re: could please help me in sftp mulitple files

thanks for your help
652
Advisor

Re: could please help me in sftp mulitple files

yes that works for me, but probelm is i need to extract only specified files
Joseph Huber_1
Honored Contributor

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.
http://www.mpp.mpg.de/~huber
652
Advisor

Re: could please help me in sftp mulitple files

yes f*_0035.txt is not working while trying to do sftp