Search results

  1. G

    Copying files from remote system to local via scp or rsync

    I have been trying, apparently in vain, to copy a folder hierarchy which contains nothing but icons. Running ls -al on any of the folders shows the icon files having a file size of zero. To copy the files from the remote system to my local I tried scp: scp -r -p -C -E 192.168.1.2:/icons...
  2. G

    Bad File Descriptor issue

    I'm trying to execute a command to locate an executable using: ls **/port(*) This is executed from within a zsh command shell. However, after executing I'm receiving the following messages: zsh: bad file descriptor: 3 zsh: bad file descriptor: 5 zsh: bad file descriptor: 6 zsh: bad...
  3. G

    rsync producing "Not a directory" messages

    I'm running the latest update to Mac OS X Tiger on my powerbook and Dual Mac G5. I've downloaded rsyncx from VersionTracker to backup both systems to a folder share. The folder share is exposed from a XServe running Panther server. I mounted the folder share using the "Connect to server"...
Back
Top