- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ftp sysinfo to a hpux server
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-07-2006 03:43 AM
03-07-2006 03:43 AM
Here is what i did.
1)I downloaded a file its on my desktop.
2)Then i ftp to the hpux server.
3)I made a directory on the hpux server
4)ftp> mput 'filename' 'destination directory'
The error i am getting is no such filename. If its on the windows desktop do i have to give a path, because i just typed the filename and the destination directory
Thanks alot.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 03:46 AM
03-07-2006 03:46 AM
Re: ftp sysinfo to a hpux server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 03:49 AM
03-07-2006 03:49 AM
Re: ftp sysinfo to a hpux server
You also have to set the transfer mode. If it's a text file, after you launch ftp and login to the HP box, do "ascii"; if it's not a text file, do "bin" to set binary transfer mode. You'll also have to be sure to have write permissions in the directory on the HP box to where you are transfering the files.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 04:13 AM
03-07-2006 04:13 AM
Re: ftp sysinfo to a hpux server
S:\>ftp 142.238.45.46
Connected to 142.238.45.46
220 newPC_LA FTP server (Versi
eb 26 10:46:14 GMT 2004) ready
User (142.238.210.42:(none)):
331 Password required for root
Password:
230 User root logged in.
ftp> put mcsysinfo /sysinfo
mcsysinfo: File not found
ftp>
The mcsysinfo is a script file right now in the c: drive and /sysinfo is the directory I want to put it under in the hpux box
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 04:18 AM
03-07-2006 04:18 AM
Re: ftp sysinfo to a hpux server
lcd c:\
!dir
and see if the file is in the diretory listing.
mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 04:20 AM
03-07-2006 04:20 AM
Re: ftp sysinfo to a hpux server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 04:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2006 08:32 PM
03-07-2006 08:32 PM
Re: ftp sysinfo to a hpux server
are you sure that the name of your file be without any extension?
type dir mcsysinfo* to be usre about the name.
HTH,
Art