- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: move file from windows
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
06-05-2007 10:17 PM
06-05-2007 10:17 PM
move file from windows
how to move file from windows to my server
for example move the file getsysinfo.sh to my server (eg. to /tmp)
thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2007 10:42 PM
06-05-2007 10:42 PM
Re: move file from windows
By default, HP-UX supports FTP... but it might be disabled or firewalled.
Try using your Web browser to connect to
ftp://your-username@your-server.domain.example
It should ask for your password, then display the directory listing. Move to the directory you wish to transfer the file to, then drag&drop the file to the browser window.
(WARNING: the FTP protocol will transfer your password as plaintext in the network, so anyone who can snoop the network traffic can read your password if you do this.)
Because the end-of-line character on Windows is different from Unix, you may need to run dos2ux to any text file you transfer from Windows to HP-UX. Example: "dos2ux getsysinfo.sh". Do not run dos2ux to binary files: it will corrupt them.
If you have HP-UX CIFS server (or Samba) installed, you can share a directory on your HP-UX as a Windows-style network share. Configuring a CIFS server is a bit too complex for transferring just one file, though.
If you have SSH installed on HP-UX, you could use the free WinSCP program to transfer files (http://winscp.net).
MK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2007 10:50 PM
06-05-2007 10:50 PM
Re: move file from windows
Standard in hpux is ftp. standard in windows is an ftp client. There are also free gui clients you can install on windows.
This is the simple way to move a file.
There are other major categories that might fit your needs:
CIFS/samba (built into windows available for HP-UX via http://software.hp.com )
NFS (No built in windows client)
openssh (Free server and client for windows)
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
06-06-2007 12:43 AM
06-06-2007 12:43 AM
Re: move file from windows
Simple way is FTP..
You can also go for CIfs/samba which has windows platform...
Thanks & Regards
Reshma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 01:28 AM
06-06-2007 01:28 AM
Re: move file from windows
In order of increasing difficulty of configuration on client and server:
* FTP (via Windows 'ftp' command or FileZilla client)
* SCP (via WinSCP3)
* CIFS/SMB (via Windows CLI or Windows Explorer)
* NFS (via Windows Services for UNIX and Windows Explorer)
PCS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 02:10 AM
06-06-2007 02:10 AM
Re: move file from windows
non-network method, such as a CD, DVD, floppy
disk, USB flash drive, tape (magnetic,
punched paper, ...), barcode on paper, and so
on.
A more precise description of the problem
(including which version of "windows") would
make it easier to provide a useful answer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-06-2007 02:14 AM
06-06-2007 02:14 AM
Re: move file from windows
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2007 12:22 AM
06-07-2007 12:22 AM