Sponsored Content
Special Forums Windows & DOS: Issues & Discussions scp Command from Linux to Windows Post 302398768 by twhitmarsh on Thursday 25th of February 2010 01:39:32 PM
Old 02-25-2010
That's strange, would it still be giving me a usage? I'm trying to do this with no built-ins. I'm running a x86_64-redhat box. Any thoughts?
 

10 More Discussions You Might Find Interesting

1. Solaris

scp from windows

does anyone know of an app that is scriptable or automated to x-fer a file from win to unix using ssh? (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

2. UNIX for Dummies Questions & Answers

I need an scp command from a unix box to a windows box.

scp file="myfile.txt" todir="user@somehost:(M:drive:/somepath/)"/ Not sure I need it to go to a specific drive on the windows box (1 Reply)
Discussion started by: xgringo
1 Replies

3. UNIX for Dummies Questions & Answers

scp from aix to windows (cygwin) fails

Hi... my problem is that I want to copy one html-file to my windows-box webserver using scp. so far no problem but the destination is in /cygdrive/c/program files/dest and as we all know unix doesnt like spaces in paths. scp html.file user@windowsbox:/cygdrive/c/program... (5 Replies)
Discussion started by: cypher82
5 Replies

4. Windows & DOS: Issues & Discussions

Passwordless SCP for windows

Hi, I installed OpenSSH for Windows v3.8.1 on a Windows Server 2003 R2. From my pc (which is running windows XP), I can run commands like scp to the server. But its prompting me for a password. I googled some more and found out about the public/private keys which i set up. But... (2 Replies)
Discussion started by: wala_lang
2 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. UNIX for Dummies Questions & Answers

scp command solaris to windows

Can I use scp command to throw a file from my Solaris box to Windows under this path "C:\work\SSL" ? If so, Please help me with a syntax. Also help me with any alternatives I can try. Solaris ----> Windows . (2 Replies)
Discussion started by: shifahim
2 Replies

7. Windows & DOS: Issues & Discussions

scp to windows and delete files from windows

Hi Team, I Have list file in Unix server, I need to copy files from Windows to Unix for the list of files given in Unix list file. after coping files to unix, I need to delete the files from Windows. i used SCP and moved files from windows to unix based on list file is done and working.... (1 Reply)
Discussion started by: spradeep86
1 Replies

8. AIX

How to copy file from Windows to AIX using SCP?

Hi I'd like to copy file ( or directory ) from a window server to an unix server using scp command, something like this scp -rp admin@10.0.99.99:C:\Documents and Settings\abc.txt /home/oracle/abc.txtI tried testing something like command above but nothing worked. Somebody help !! Thank you (7 Replies)
Discussion started by: bobochacha29
7 Replies

9. AIX

ASK | How to scp command AIX to windows

Hii Master, im will copy file/directory aix to windows with scp commandline, but some error below: Note: If ping to 172.16.0.250 reply and was connected, and was open/allow port 22 at windows server inbound In aix finish installing ssh in windows finish installing winscp my... (3 Replies)
Discussion started by: williamen
3 Replies

10. Windows & DOS: Issues & Discussions

Run Linux command from windows

hi i downloaded nic demo application from nic.comuf.com. working fine ,but when i run batch script ,always display splash screen maybe 10 sec. how can i remove splash screen when run batch script.? thanks z (2 Replies)
Discussion started by: zoldkovacs
2 Replies
SOSREPORT(1)						      General Commands Manual						      SOSREPORT(1)

NAME
sosreport - Collect and package diagnostic and support data SYNOPSIS
sosreport [-l|--list-plugins] [-n|--skip-plugins plugin-names] [-e|--enable-plugins plugin-names] [-o|--only-plugins plugin-names] [-a|--alloptions] [-v|--verbose] [--report] [--config-file conf] [--batch] [--build] [--name name] [--ticket-number number] [--debug] [--tmp-dir directory] [--profile] [--help] DESCRIPTION
sosreport generates a compressed tar archive of diagnostic information from the running system. The archive may be stored locally or cen- trally for recording or tracking purposes or may be sent to technical support representatives, developers or system administrators to assist with technical fault-finding and debugging. Sos is modular in design and is able to collect data from a wide range of subsystems and packages that may be installed. An XML or HTML report summarizing the collected information is optionally generated and stored within the archive. OPTIONS
-l, --list-plugins List all available plugins and their options. Plug-ins that would not be enabled by the current configuration are listed separately. -n, --skip-plugins PLUGNAME[,PLUGNAME] Disable the specified plugin(s). Multiple plug-ins may be specified by repeating the option or as a comma-separated list. -e, --enable-plugins PLUGNAME[,PLUGNAME] Enable the specified plugin(s). Multiple plug-ins may be specified by repeating the option or as a comma-separated list. -o, --only-plugins PLUGNAME[,PLUGNAME] Enable the specified plugin(s) only (all other plugins should be disabled). Multiple plugins may be specified by repeating the option or as a comma-separated list. -k PLUGNAME.PLUGOPT[=VALUE] Specify plug-in options. The option PLUGOPT is enabled, or set to the specified value in the plug-in PLUGNAME. -a, --alloptions Set all boolean options to True for all enabled plug-ins. -v, --verbose Increase logging verbosity. May be specified multiple times to enable additional debugging messages. -q, --quiet Only log fatal errors to stderr. --report Enable HTML/XML report writing. --config-file CONFIG Specify alternate configuration file. --tmp-dir DIRECTORY Specify alternate temporary directory to copy data as well as the compressed report. --batch Generate archive without prompting for interactive input. --name NAME Specify a name to be used for the archive. --ticket-number NUMBER Specify a ticket number to be used for archive --build Do not archive copied data. Causes sosreport to leave an uncompressed archive as a temporary file or directory tree. --debug Enable interactive debugging using the python debugger. Exceptions in sos or plug-in code will cause a trap to the pdb shell. --profile Enable profiler logging. --help Display usage message. MAINTAINER
Bryn M. Reeves <bmr@redhat.com> AUTHORS &; CONTRIBUTORS See AUTHORS file in /usr/share/doc/sosreport. TRANSLATIONS
Translations are handled by transifex (https://fedorahosted.org/transifex/) Mon Mar 25 2013 SOSREPORT(1)
All times are GMT -4. The time now is 01:58 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy