- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- File transfer issue through SFTP
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
тАО06-21-2010 08:26 AM
тАО06-21-2010 08:26 AM
File transfer issue through SFTP
sftp> open AOLTRIO676@213.187.33.243
Opening connection to AOLTRIO676@213.187.33.243
sftp>
sftp> cd /DispatchConfirmation
/dispatchconfirmation/
sftp> ls
.
Archive
CPE_DISPATCH_CONFIRM_AOL_201005161044.TXT
CPE_DISPATCH_CONFIRM_AOL_201005161044.TXT;1
CPE_DISPATCH_CONFIRM_AOL_201005171044.TXT
CPE_DISPATCH_CONFIRM_AOL_201005181044.TXT
PROCESS_BTN_CPE_INBOUND_FILES.LOG;1
sftp>
sftp> mget *.txt
File CPE_DISPATCH_CONFIRM_AOL_201005161044.TXT not a regular file, directory or symlink.
File CPE_DISPATCH_CONFIRM_AOL_201005171044.TXT not a regular file, directory or symlink.
File CPE_DISPATCH_CONFIRM_AOL_201005181044.TXT not a regular file, directory or symlink.
sftp>
Please help me to sort out why this is not happening? "Mput" is working fine but while getting file using "mput" it is showing "not a regular file, directory or symlink.
File ".
If I do a "get" for any specific file it works fine.
Eg:
E-MS$ sftp
sftp> AOLTRIO676@213.187.33.243
Unrecognized command line: ' AOLTRIO676@213.187.33.243'
sftp> open AOLTRIO676@213.187.33.243
Opening connection to AOLTRIO676@213.187.33.243
sftp> cd /DispatchConfirmation.1.0
/dispatchconfirmation/
sftp> ls CPE_DISPATCH_CONFIRM_AOL_201005161044.TXT
CPE_DISPATCH_CONFIRM_AOL_201005161044.TXT;1
sftp> get CPE_DISPATCH_CONFIRM_AOL_201005161044.TXT
CPE_DISPATCH_CONFIRM_AOL_201005161044.TXT sftp>exit
I would like to know why "mget" is throghin the error?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2010 09:11 AM
тАО06-21-2010 09:11 AM
Re: File transfer issue through SFTP
> sftp "-V"
> Which version of TCP/IP are you using?
In other words:
tcpip show version
Still waiting for any answer to those
questions.
> Do we need to pay for this information?
I won't pay, by the way.
> Thanks , the issue has been resolved .
> What was the solution ?
There's another good question which got no
answer.
> I would like to know [...]
I would like to know why you can't or won't
answer simple questions. You seem to have no
trouble asking more.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2010 09:25 AM
тАО06-21-2010 09:25 AM
Re: File transfer issue through SFTP
Yes, again its the same set of questions.
What is the VMS version and TCPIP version.
>> sftp> ls
>> .
>> Archive
>> CPE_DISPATCH_CONFIRM_AOL_201005161044.TXT
>> CPE_DISPATCH_CONFIRM_AOL_201005161044.TXT;1
Looks like there are two version of the same file.
One has a version number of ";1", other one does not have any version number ?
Are both of them files or is one of them a symlink?
does the following work -
sftp> mget CPE_DISPATCH_CONFIRM_AOL_201005161044.TXT;*
Regards,
Murali
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2010 02:13 PM
тАО06-21-2010 02:13 PM
Re: File transfer issue through SFTP
sftp> mget *.TXT
or "get"ting each file individually?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2010 07:51 PM
тАО06-21-2010 07:51 PM
Re: File transfer issue through SFTP
Can you try getting the individual files with the exact case? I faced the similar problem with mget and resolved it by getting the individual files with exact case.
Regards,
Ketan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2010 09:51 PM
тАО06-21-2010 09:51 PM
Re: File transfer issue through SFTP
This is not a problem with TCPIP/VMS version as so many simillar scripts are running successfully for secure file transfer on the same server.
While fetching file from remote end "get" with exact file name is working but mget is not working. I am getting error as I mentioned. I'd like to mention mget with exact file name also throughing the same error.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-21-2010 11:40 PM
тАО06-21-2010 11:40 PM
Re: File transfer issue through SFTP
>> I'd like to mention mget with exact file name also throughing the same error.
Also, let us know if
* "mget" is not working on any other files in the "dispatchconfirmation" directory?
* does "mget" work on files in some other directory other than "dispatchconfirmation" ?
Regards,
Murali