Sponsored Content
Full Discussion: Problem with SCP command
Top Forums UNIX for Dummies Questions & Answers Problem with SCP command Post 302471650 by RIAZ on Sunday 14th of November 2010 12:56:53 PM
Old 11-14-2010
I tried without trailing slash but still the same problem... get copied '?' instead of actual file...
 

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

scp problem

I am using scp to get files from a Windows systemr to a Unix system. The ssh server is on Windows. The problem is that the file permissions for files that come from Windows are 700. Can any one help out with how I can set permissions to anything else? (6 Replies)
Discussion started by: blowtorch
6 Replies

2. UNIX for Advanced & Expert Users

scp problem

Hi, I have problem using scp in an AIX machine, where I need to use full path to scp from /dirA but i dont have to from /dirB of the same machine. Below are some details & scp -v output (truncated). I've checked the permission & settings of both dir/FS are the same. Please help. scenario scp... (2 Replies)
Discussion started by: juliehussin
2 Replies

3. UNIX for Dummies Questions & Answers

problem with SCP

Hi, I want to copy a file from one system to other i done a SCP but it showing error as below .. Can we do it by SCP ? Is it possible ?.. What is the below mean ?. sys1@sys2's password: scp: .: not a regular file Thanks, Arun (4 Replies)
Discussion started by: arunkumar_mca
4 Replies

4. UNIX for Advanced & Expert Users

scp problem

I have some problems using scp between a server Sun Solaris and a SecurePlatform Checkpoint. If I try to copy a simple file txt from the server Sun Solaris to the SecurePlatform, I have problems!!!!!!... server:/export/home/appmgt# scp 1.txt admin2@fwtest:~ lost connection ... if I try to... (5 Replies)
Discussion started by: Minguccio75
5 Replies

5. Shell Programming and Scripting

Problem with SCP parellel processing

Hi All, I am trying to take Bulk Log files from around 24 Remote servers using my shell script. I am using SCP for this. I need to take log files every 15 min, so I am thinking about the parallel processing mechanism in UNIX.The 24 remote machines username,servername reading from properties... (8 Replies)
Discussion started by: scorpio
8 Replies

6. Shell Programming and Scripting

scp problem in crontab

Hello there: I hope you can help me. I have this problem: I have the next script: #!/bin/bash #copy all backuped files to main server scp /root/opennms_etc_$fecha.tar.gz opennms2@10.245.10.196: scp /root/opennms_all_$fecha.sql opennms2@10.245.10.196: scp /root/pg_hba.conf ... (2 Replies)
Discussion started by: bobbasystem
2 Replies

7. UNIX for Advanced & Expert Users

Problem with ssh and scp

Hi there, I'm working with two linux servers and if I use ssh to connect from 1 to 2 everything works fine ( ..as usual:rolleyes:), while if I try to connect via ssh or to copy files through scp (as I usually do...) from 2 to 1, after the password I get this message: Connection closed by... (6 Replies)
Discussion started by: Giordano Bruno
6 Replies

8. AIX

Problem using scp to transfer a file

I am testing the following command to transfer a file from my server (AIX 5.2) to another server. I was able to generate the keys and sent them the public key. scp -v -P 4030 /home/lawson/.ssh/jimtest.txt someuser@some.ftpsite.net:/Inbound/jimtest.txt > jimtest_out.txt 2>&1 Based on... (3 Replies)
Discussion started by: jyoung
3 Replies

9. Shell Programming and Scripting

scp command problem

I am trying to copy file . On the remote host I have dir structure as ... /opt/product/11.2.0/ and underneath 11.2.0 I have db and db112 dirs.. and there are sub dirs underneath db and db112.. scp xyx:/tmp/1.sh /opt/oracle/11.2.0/*/hs/admin/1.sh the idea here is copy 1.sh to both db... (2 Replies)
Discussion started by: talashil
2 Replies

10. Solaris

Scp, problem, .bashrc

I have a problem with SCP, trying to use this solution in .bashrc: scp printed an error message: "Write failed flushing stdout buffer. write stdout: Broken pipe." or "packet too long". Your shell startup file (e.g., ~/.cshrc, ~/.bashrc), which is run when scp connects, might be writing a... (3 Replies)
Discussion started by: orange47
3 Replies
rlog(1) 						      General Commands Manual							   rlog(1)

NAME
rlog - print log messages and other information on RCS files SYNOPSIS
[options] file ... DESCRIPTION
prints information about RCS files. Files ending in are RCS files; all others are working files. If a working file is given, tries to find the corresponding RCS file first in directory then in the current directory, as explained in rcsintro(5). prints the following information for each RCS file: RCS file name, working file name, head (i.e., the number of the latest revision on the trunk), access list, locks, symbolic names, suffix, total number of revisions, number of revisions selected for printing, and descriptive text. This is followed by entries for the selected revisions in reverse chronological order for each branch. For each revision, prints revision number, author, date/time, state, number of lines added/deleted (with respect to the previous revision), locker of the revision (if any), and log message. Without options, prints complete information. The options below restrict this output. Options recognizes the following options: Print information about revisions whose check-in date and time fall within the ranges given by the semicolon-separated list of dates. A range of the form or selects the revisions that were deposited between d1 and d2 (inclusive). A range of the form or selects all revisions dated d or earlier. A range of the form or selects all revisions dated d or later. A range of the form d selects the single, latest revision dated d or earlier. The date/time strings d, d1, and d2 are in the format explained in co(1). Quoting is normally necessary, especially for and Note that the separator is a semicolon. Print only RCS file name, working file name, head, access list, locks, symbolic names, and suffix. Print information about locked revisions. If the comma-separated list lockers of login names is given, only the revisions locked by the given login names are printed. If the list is omitted, all locked revisions are printed. Ignore RCS files that have no locks set; convenient in combination with or Print information about revisions given in the comma-separated list revisions of revisions and ranges. A range rev1-rev2 means revisions rev1 to rev2 on the same branch, means revi- sions from the beginning of the branch up to and including rev, and means revisions starting with rev to the head of the branch containing rev. An argument that is a branch means all revisions on that branch. A range of branches means all revisions on the branches in that range. Print only the name of the RCS file; convenient for translating a working file name into an RCS file name. Print information about revisions whose state attributes match one of the states given in the comma-separated list states. Print the same as plus the descriptive text. Prints information about revisions checked in by users whose login names appearing in the comma-separated list logins. If logins is omitted, the user's login is assumed. prints the intersection of the revisions selected with the options and EXAMPLES
Print the names of all RCS files in the subdirectory named that have locks: Print the headers of those files: Print the headers plus the log messages of the locked revisions: Print complete log information: Print the header and log messages of all revisions checked in after 1:00am on December 25th, 1991: Print the header and log messages of those revisions that were created between 10:00am and 2:00pm on July 4th, 1992: DIAGNOSTICS
The exit status always refers to the last RCS file operated upon, and is 0 if the operation was successful, 1 if unsuccessful. AUTHOR
was developed by Walter F. Tichy. SEE ALSO
ci(1), co(1), ident(1), rcs(1), rcsdiff(1), rcsmerge(1), rcsfile(4), rcsintro(5). rlog(1)
All times are GMT -4. The time now is 10:26 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy