On 8 May 2006 01:45:59 -0700, jeniffer
<(E-Mail Removed)> wrote:
>
> Davide Bianchi wrote:
>> On 2006-05-08, jeniffer <(E-Mail Removed)> wrote:
>> > I need to transfer an entire directory structure through ftp .How do I
>> > do it?
>>
>> You don't. You use SCP or Rsync for that.
>>
>> > I am trying to zip the directory structure into 1 single file but its
>> > not working
>>
>> Meaning of 'its not working' ?
>> Davide
>>
>> --
>> AFAIR, being insane is usually a pre-requisite for becoming a
>> sysadmin. In the few cases where it's not pre-requisite, it's
>> certainly going to be a bonus. --SIggi the Underpaid
> I get this ->
> zip A.zip A/*
> adding: A/B/ (stored 0%)
> adding: A/B.zip (stored 0%)
> adding: A/C/ (stored 0%)
> adding: A/r.txt (deflated 97%)
> adding: A/S/ (stored 0%)
> adding: A/D/ (stored 0%)
> adding: A/s1/ (stored 0%)
> adding: A/s2 (stored 0%)
> Files are not stored
>
zip -r A.zip A
--
It is better to wear chains than to believe you are free, and weight
yourself down with invisible chains.
|