Re: SFTP and recursive putting?
- From: "Richard E. Silverman" <res@xxxxxxxx>
- Date: 17 Apr 2006 08:57:47 -0400
"FB" == Franz Bettag <stylewarz@xxxxxxxxxxxxx> writes:
FB> Hi there, i want to put a whole folder with it's contents but this
FB> won't work because i always get: skipping non-regular file
FB> backup-data
FB> backup-data is the folder i want to put. Anyways in the Manpage of
FB> sftp it says that i can pass some flags:
FB> put [flags] local-path [remote-path] Upload local-path and store
FB> it on the remote machine. If the remote path name is not
FB> specified, it is given the same name it has on the local machine.
FB> If the -P flag is specified, then the file's full permission and
FB> access time are copied too.
FB> After reading the sourcecode it doesn't look like that someone
FB> intendet to do an "mput" function, there seems to be only this -P
FB> flag.
FB> Anyways, maybe i missunderstood or misread something, any ideas or
FB> solutions for that? :)
FB> Thanks!
rsync -e ssh
--
Richard Silverman
res@xxxxxxxx
.
- Follow-Ups:
- Re: SFTP and recursive putting?
- From: Franz Bettag
- Re: SFTP and recursive putting?
- References:
- SFTP and recursive putting?
- From: Franz Bettag
- SFTP and recursive putting?
- Prev by Date: SFTP and recursive putting?
- Next by Date: Re: REPOST: SysLogFacility
- Previous by thread: SFTP and recursive putting?
- Next by thread: Re: SFTP and recursive putting?
- Index(es):
Relevant Pages
|