copy and paste from MS Windows to Unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers copy and paste from MS Windows to Unix
# 8  
Old 06-01-2003
I don't think twm ever allows copy-n-paste ....

Do you mean you start a terminal on the unix machine? Is it a unix command line? Then you start twm by typing 'twm' or there is a menu to choose from?

It sounds like a remote xdmcp/VNC session with cygwin or something like that.
# 9  
Old 06-02-2003
hmmmm

Thanks for all your help, Ill try my best to explain further...

When I say the windows are like Microsoft ones, it's in the sence that it has the same attributes eg. minimise, maximise, close buttons in the top right hand corner but NO tool bar. The bar color is blue.

I can only give the windows a twm appearance if I tipe 'twm' in a window.

I think I now know the programme that's beeing used, something called 'Exceed'

I'm really sorry I can't get anymore info

Thanks again
# 10  
Old 06-02-2003
We use Exceed here where I work to open connections to our HP-UX and Sun boxes. You can get some copy/paste function out of Exceed provided that you have Exceed setup properly. Use must use the XDMCP Broadcast to do it. You cannot use the query mode at all. To see how you are connecting, go to the Exceed group on your Windows Machine, open Xconfig, then Communication.

Here are some instructions we have used to get Exceed up and running on our personal machines. The copy paste functionality seems to be a bit flakey. I have gotten it to work when using the Broadcast method in single window mode, but it doesnt work in multiple window mode.

X access using Exceed 7.0/7.1

From version 7.0, the installation program creates a version-specific program group, for example Hummingbird Connectivity v7.0 for version 7.0. This program group will be referred to as hummingbird-group throughout these notes.

There are two entries in the Exceed subgroup of hummingbird-group; Exceed (XDMCP Broadcast) and Exceed. XDMCP is used to connect to other servers, whereas the Exceed icon is used when it is required to have Exceed running on the PC to act as a display server for locally-installed applications requiring an X server.

The first step in configuring Exceed is to set the security options. Ensure that the following options are selected in the Host Access Control List in the Security group within Xconfig, accessed from the hummingbird-group/Exceed program group:

Enabled (no host access)
Allow Clients To Modify Access Control list
By default, any device attached to a serial port within Windows (whether or not it is physically attached) causes Exceed to hang at the splash screen on startup. To correct this, go into Xconfig, Protocol, select Extensions and untick XinputExtension

It is possible to to specify the hosts, if any, that are to be accessed. To do this, select the Communication option from Xconfig, select XDMCP-broadcast from the drop-down Mode: list and click Configure. Clear the Use Broadcast Address check box and select the Host List File box. Click on the Edit button and an editor window, usually Notepad, opens. Add the name(s) of the host(s) that you want to connect to, one per line, at the end of the file. Examples include:

123..45.67.890.......Host-1 (note:ignore the dots, dont add them)
123..45.67.891.......Host-2 (dots added to get spacing)

Save the file with the default file name, exit the editor and click OK in the XDMCP Startup Modes window. Select Passive from the drop-down Mode: list (this is required to re-establish the default action of the Exceed program) , click OK and close Xconfig.

If this configuration is correct, the Exceed program should start the X server and place an icon in the taskbar. This will enable local applications that require an X server to open a window on the PC when required. The Exceed (XDMCP Broadcast) program will start the X server and offer the list of hosts that was specified during configuration; double-clicking on one of these hosts establishes the connection (which may take a minute or so to respond, depending on the network speed). Note that only one instance of the X server may be running at once.

In both cases Exceed runs in multiple window mode, with each X window having its own Microsoft window. To minimise one of these windows when connected to isdugp, click the small square button at the top right of the window.

There are many other options in the Exceed configuration; for example, it is possible to specify single-window mode whereby the complete desktop is under the control of the selected host. This interface would be more suited to users who have had previous experience of the host's windowing system and prefer this to the Microsoft windowing system

Last edited by google; 06-02-2003 at 09:55 AM..
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

UNIX command to copy files from Windows to UNIX box

Hi Folks, I have a file name abc.xml in my windows machine at the location c:\ytr\abc.xml which I want to place at the unix box machine inside cde directory.. at the following location that is /opt/app/cde/ now the credentials of unix box are abc345 -->(dummyid) ftyiu88--->(dummy passwd) ... (4 Replies)
Discussion started by: punpun66
4 Replies

2. Shell Programming and Scripting

Unix shell script to Copy files from one Windows server to another Windows server.

Can anybody please help me on how to code for the below requirement: I need to write a shell script (on different unix server) to copy files from multiple folders (ex. BRN-000001) from one windows server (\\boldls-mwe-dev4)to a different windows server(\\rrwin-ewhd04.ecomad.int). This shell... (4 Replies)
Discussion started by: SravsJaya
4 Replies

3. UNIX for Dummies Questions & Answers

copy paste to windows from unix

I generally highlight the content in unix terminal and use ctrl+v to paste in windows and it was working. Recently I noticed that if I copy in unix and paste in windows, it works once and then it does not work the second time. Then if I do a ctrl+c in a windows app to select a text and then go back... (3 Replies)
Discussion started by: carv_13
3 Replies

4. Shell Programming and Scripting

Copy from vi Editor ( unix ) to windows

How to copy the complete content from a file in vi Editor to windows ( notepad ). I can use " select " and paste it to windows but this is restricted to current page. Not allowing me to scroll down or up when selecting the content.:confused: (1 Reply)
Discussion started by: frintocf
1 Replies

5. Shell Programming and Scripting

Copy a directory from a server (UNIX) to a PC (Windows)

Hello, I already do some question about this topic. I already establish the conection from the server (Centus) whit the windows PC using SSH. Now I have two problems: 1- The server always ask me about a password to copy the files to the windows pc, I don't know how to avoid this, if someone can... (2 Replies)
Discussion started by: yeestrada
2 Replies

6. UNIX for Dummies Questions & Answers

Copy unix filesystem to windows

Hi all Is there a way to copy a unix filesystem (folders, subfolder and files) to windows (AD) and at the same time maintaine the unix permission (user/group) when copied to windows (AD) filesystem? I want the same permission in windows as I had in unix in one copy job. Is this... (8 Replies)
Discussion started by: tomjen
8 Replies

7. UNIX for Dummies Questions & Answers

Copy file from Windows to Unix

I have a file in windows that I need to copy to UNIX. How can I FTP binary to the UNIX server. Thanks (2 Replies)
Discussion started by: abou202
2 Replies

8. UNIX for Advanced & Expert Users

Copy Paste across UNIX and Windows ?

how to select all the text from a file in Unix and then paste it in Notepad in windows? (4 Replies)
Discussion started by: skyineyes
4 Replies

9. UNIX for Dummies Questions & Answers

Copy from Windows to Unix

How do i copy a jar file from Windows to Unix?I am using eTrust single sign on tool to connect to the unix server. (1 Reply)
Discussion started by: ghanshyam
1 Replies

10. UNIX for Advanced & Expert Users

copy data from Windows to Unix any help?

I have a log file that I would like to copy from my windows pc to my unix pc for further processuon. Is there any command that can help me perform this task?. I already have a cron to fire up the process, but nothing seems to be coming up. I am trying to use ftp but nothing is coming forth.... (8 Replies)
Discussion started by: odogbolu98
8 Replies
Login or Register to Ask a Question