Sponsored Content
Top Forums Shell Programming and Scripting File transfer from Windows machine to Linux server Post 302559572 by Scott on Tuesday 27th of September 2011 12:57:21 PM
Old 09-27-2011
Some options: FTP; scp; Samba; email, if it's configured; USB stick; CD/DVD; print, scan, OCR; cut-and-paste.
 

10 More Discussions You Might Find Interesting

1. Programming

program to transfer a file from client machine to server

1. we have a client & server ,and TFTP is running on the server. 2.we have 3 files a.exe,b.exe,c.exe in the client machine....we need to transfer all the 3 files to the server and store it into a DIR... 3.then we need to check in the server whetehr all the three files are sucessfully... (3 Replies)
Discussion started by: nathgopi214
3 Replies

2. Linux

down load file from unix server to Windows machine.

I need to download a script from Unix box to my PC. I don't have FTP installed on that machine and I am not able to connect to the server using ftp <Server Name>. I am not supposed to install any software on the server but still need to download the file. Heard that we have a secured ftp option... (3 Replies)
Discussion started by: chandu_kalari
3 Replies

3. HP-UX

File transfer between unix and windows server

hi all, I have two server(Unix tru64 and windows 2003 server). these server's live running now. The win2003server doesn't have ftp server. Also Unix server doesn't have samba. if both server's have ftp server that no problem. How to transfer file from windows server to unix by every... (2 Replies)
Discussion started by: Tlg13team
2 Replies

4. Homework & Coursework Questions

File transfer from Red Hat Linux to Windows 7

My assignment is to use C++ to generate a table of values for the U.S. standard atmosphere, when data at sea level are given, which i have done perfectly. Now, i am attempting to create a matlab script to read and plot the data. I forgot to put my table of data on my thumb drive yesterday, and... (4 Replies)
Discussion started by: ds7202
4 Replies

5. Shell Programming and Scripting

shell script to copy files frm a linux machine to a windows machine using SCP

I need a shell script to copy files frm a linux machine to a windows machine using SCP. The files keeps changing day-to-day. I have to copy the latest file to the windows machine frm the linux machine. for example :In Linux, On July 20, the file name will be 20.txt and it should be copied to... (3 Replies)
Discussion started by: nithin6034
3 Replies

6. Shell Programming and Scripting

Transfer files from linux server to windows using secure ftp (sftp)

HI, I have to transfer files from linux server to windows using secure ftp (sftp) .Kindly help me out. (3 Replies)
Discussion started by: manushi88
3 Replies

7. IP Networking

How to transfer files from UNIX server to windows machine or vice versa using ftp or sftp commands?

hi, i want to write a shell script code which transfers files from a directory in unix server to a directory in a windows machine.. can any1 give me a sample code which uses ftp or sftp command.. thanks very much, (3 Replies)
Discussion started by: Little
3 Replies

8. UNIX for Dummies Questions & Answers

Copy files from Linux server local windows machine using a shell script

Hello, I need to create a shell script which will copy files - which are created on particular date and starting with particular name - to local windows XP machine. Is this possible.? Currently it is being done manually using winscp (1 Reply)
Discussion started by: NarayanaPrakash
1 Replies

9. UNIX for Dummies Questions & Answers

Remote file transfer between Linux and Windows

Hello, I have a file, say details.txt on my windows machine. I want to copy it to linux machine through a shell script and edit the file and transfer the file back to windows machine. (All I want to do is to edit the file on windows machine from linux machine by a script.) I have tried scp... (1 Reply)
Discussion started by: Devendra Hupri
1 Replies

10. UNIX for Beginners Questions & Answers

File transfer between Linux server without password

Hi All, I am trying to generate SSH keys for file file transfer automation but facing issue while generating keys. And I tried from another directory but still facing same issue. Error : Open scripts/renu/.ssh/rsa_id failed : Is a directory Saving the key failed... (4 Replies)
Discussion started by: renukeswar
4 Replies
bubbros-client(6)						   Games Manual 						 bubbros-client(6)

NAME
bubbros-client - the bub-n-bros client SYNOPSIS
bubbros-client [ options ] [host[:port]] DESCRIPTION
This is the bub-n-bros client that connects to bub-n-bros servers started with bubbros-server(6) or bubbros(6). It supports many different audio and video drivers and is very multi-platform. OPTIONS
host Search for a game on the given machine, and connect to one if found. If this is not defined, search for servers on the local net- work. host:port Connect to server running on given port on given host. If this is not defined, search for servers on the local network. --bits=N This option concerns only the windows audio driver. Set bits per sample. Valid values are 8 and 16 (default). -d DRIVER, --display=DRIVER Use video driver DRIVER. Valid drivers are: X X Window driver for Linux and Unix systems with an X server running. See the --shm option. windows MS Windows driver. pygame PyGame gaming library for python (if installed) has video output. Use it if this is specified. See http://www.pygame.org and the --transparency option. gtk Use the PyGTK library (if installed). See http://www.pygtk.org/ and the --zoom option. -h, --help Display help. --fmt=format This option concerns only the linux audio driver. Set the sound data format. Defaults to S16_NE. You can get a list of supported formats with --fmt=list. --freq=N This option concerns only the linux and windows audio drivers. Set mixing frequency to N (in Hz). Defaults to 44100. -m, --metaserver Connect with the help of the Metaserver (see bubbros-server(1) for more info). Run bubbros-client -m to print a table of currently running servers, pick the the exact IP address and port of the server of your choice from the table, and run again bubbros-client -m host:port. --port TCP=port In conjunction with the -m option, force a specific port on which to listen for an incoming TCP connexion from the remote server. This is only used if a direct connexion to the server fails. A random port number is picked by default. This option is useful if you are behind a firewall but can let TCP connexions on specific ports reach you. --port UDP=port Force a specific port on which to listen for incoming UDP traffic (animation data). Useful if you are behind a firewall but can let UDP traffic on a given port pass through. This is optional: animation data is routed over the TCP link if it does not appear to reach the client. A random port number is picked by default. -s DRIVER, --sound=DRIVER Use driver DRIVER for audio. Valid drivers are: pygame Use the audio capabilities of the PyGame library (http://www.pygame.org). linux Use the linux audio mixer. See the --freq and --fmt options. windows Use the Windows audio mixer. See the --freq and --bitsoptions. off No sounds. --shm=yes, --shm=no This option concerns only the X display driver. Disable or enable the shm (Shared Memory) extension. It is enabled by default and should only be disabled for remote X connections and old X servers. -t Use the TCP protocol. The default is to autodetect the protocol. See the -u option. --transparency=yes, --transparency=no This option concerns only the pygame display driver. Disable or enable transparent bubbles. Enabled by default. Disabling makes game a bit faster. -u Use the UDP protocol. The default is to autodetect the protocol. See the -t option. --zoom=N% This option concerns only the gtk display driver. Scale output by N%. SEE ALSO
bubbros(6) bubbros-server(6) December 7, 2007 bubbros-client(6)
All times are GMT -4. The time now is 01:21 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy