- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to get, ftp or rcp files from UX servers where...
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
11-30-2003 03:37 AM
11-30-2003 03:37 AM
How to get, ftp or rcp files from UX servers where we login by ssh
How to get, ftp or rcp files from UX servers where we login by ssh
I tried ftp and rcp commands.
But I am getting message "Connection refused"
Please help me on this.
Thanks
R.Ezhil
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 04:10 AM
11-30-2003 04:10 AM
Re: How to get, ftp or rcp files from UX servers where we login by ssh
scp remotenode:/path/to/remotefilename /path/to/localname
or
scp localfilename remotenode:/desired/remote/filename
Assuming you're currently able to ssh in without user/pass,
this will work identically to the rcp command.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 04:11 AM
11-30-2003 04:11 AM
Re: How to get, ftp or rcp files from UX servers where we login by ssh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 06:53 AM
11-30-2003 06:53 AM
Re: How to get, ftp or rcp files from UX servers where we login by ssh
That or there is no ftpd daemon in the /etc/inetd.conf file. Or inetd -c needs to be run on the target box.
Check that out, though scp/sftp is a better course of action if the other fox is running that.
ps -ef | grep sshd to see on the target box again.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2003 10:19 AM
11-30-2003 10:19 AM
Re: How to get, ftp or rcp files from UX servers where we login by ssh
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2003 10:32 AM
12-02-2003 10:32 AM
Re: How to get, ftp or rcp files from UX servers where we login by ssh
I have assigned points to 0 of 43 responses to my questions.