- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: FTP Issue
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
03-30-2001 08:12 AM
03-30-2001 08:12 AM
FTP Issue
The files are in my home directory on the second server ( Server 2 ,All HP 9000 ) . If l log onto the server 2 from server 1 via "telnet" and run "ll" on my home directory , l see these files l want to download, but when l log onto server 2 with "ftp", a "dir" does not see the files l intend to download.
Can anyone tell me what could possible be the cause of this situation.
The Guru answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2001 08:21 AM
03-30-2001 08:21 AM
Re: FTP Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2001 08:24 AM
03-30-2001 08:24 AM
Re: FTP Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2001 11:16 AM
03-30-2001 11:16 AM
Re: FTP Issue
The system Administrator of Server 2 has refused to grant access to use "r" commands.
I am really sure l logon , l could see some file but not the one l intended to download.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2001 11:34 AM
03-30-2001 11:34 AM
Re: FTP Issue
Best reguards!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2001 11:58 AM
03-30-2001 11:58 AM
Re: FTP Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-30-2001 04:22 PM
03-30-2001 04:22 PM
Re: FTP Issue
Read my problem well.
I used "ll" in a telnet session not on ftp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2001 07:40 AM
04-01-2001 07:40 AM
Re: FTP Issue
BTW, is the file on Server2 was a hidden type?
thanks,
jok
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2001 07:23 AM
04-02-2001 07:23 AM
Re: FTP Issue
Since you said you can telnet into that box, see if you can do:
In your /home directory create a directory called bin
(..assuming your telneting to your /home directory)
cp /sbin/ls /home/
cp /usr/bin/pwd /home/
What this does is give you the ability to use these commands when you ftp into that directory. Conditions like this are seen when ftp access privileges are being overly controlled or possibly not controlled properly.
If you have access permissions to view these files you should now see them.
Hope this helps,
/rcw
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2001 05:43 AM
04-03-2001 05:43 AM
Re: FTP Issue
But since you seem to have enough permissions when logged on via telnet perhaps you can ftp back to Server 1 and push the files to your system instead.