Place to discuss Fedora and/or Red Hat
-
ZiaTioN
- administrator

- Posts: 460
- Joined: Tue Apr 08, 2003 3:28 pm
-
Contact:
Post
by ZiaTioN »
Any ideas on how? I have read that sftp supports appending but cannot find it anywhere in the man pages or via the all knowing Google.
-
Void Main
- Site Admin

- Posts: 5716
- Joined: Wed Jan 08, 2003 5:24 am
- Location: Tuxville, USA
-
Contact:
Post
by Void Main »
I use rsync via ssh for that. I wasn't aware that scp supports it but I'll do some digging.
-
ZiaTioN
- administrator

- Posts: 460
- Joined: Tue Apr 08, 2003 3:28 pm
-
Contact:
Post
by ZiaTioN »
Well according to what I have read scp does not but sftp does.
-
Void Main
- Site Admin

- Posts: 5716
- Joined: Wed Jan 08, 2003 5:24 am
- Location: Tuxville, USA
-
Contact:
Post
by Void Main »
Can you share what you have with the rest of us? Why not use rsync?
-
ZiaTioN
- administrator

- Posts: 460
- Joined: Tue Apr 08, 2003 3:28 pm
-
Contact:
Post
by ZiaTioN »
What I have? I am not sure what you mean by that. Rsync, sure... How?
-
Void Main
- Site Admin

- Posts: 5716
- Joined: Wed Jan 08, 2003 5:24 am
- Location: Tuxville, USA
-
Contact:
Post
by Void Main »
By "what you have" I mean where did you read that sftp was capable of it? rsync is very easy and works much like scp:
rsync -av -e ssh remoteserver:/directory/file localfile
It may need the --append switch but I don't think so.
$
man rsync