HPE GreenLake Administration
Operating System - HP-UX
1833871
Members
1766
Online
110063
Solutions
Forums
Categories
Company
Local Language
back
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
back
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
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- 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
10-26-2008 01:15 AM
10-26-2008 01:15 AM
sftp
i have the same problem, i need to put the sftp into script like the following:
sftp xxx@x.x.x.x
password
cd /xxx/xxxx/
bin
prompt off
mget xxx*
exit
please can help me....
sftp xxx@x.x.x.x
password
cd /xxx/xxxx/
bin
prompt off
mget xxx*
exit
please can help me....
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2008 01:28 AM
10-26-2008 01:28 AM
Re: sftp
http://forums11.itrc.hp.com/service/forums/questionanswer.do?threadId=690015
Regards,
Asif Sharif
Asif Sharif
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2008 01:35 AM
10-26-2008 01:35 AM
Re: sftp
i could not find the same architecture for my script, i need an example to be able to continue my script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-26-2008 10:17 PM
10-26-2008 10:17 PM
Re: sftp
1. make changes in the ssh configuration to Allow
remote login betwenn the two machines.
hints [ use .shosts on the target server and also make
chnages to sshd_config File to ammend IgnoreRhosts &
RhostsAuthentication parameters]
2. sftp has option to process those commands in a batch file by using -b
option.
Example :-
sftp -b mybatfile username@host
In mybatfile:
passwd
get *.lst
quit
remote login betwenn the two machines.
hints [ use .shosts on the target server and also make
chnages to sshd_config File to ammend IgnoreRhosts &
RhostsAuthentication parameters]
2. sftp has option to process those commands in a batch file by using -b
option.
Example :-
sftp -b mybatfile username@host
In mybatfile:
passwd
get *.lst
quit
Problems are common to all, but attitude makes the difference
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP