--=-SMaukF4KmKFpmGfSmFnl Content-Type: text/plain Content-Transfer-Encoding: quoted-printable > PS - You can do directories and stuff too, don't be afraid to use '*' or > to list a bunch of files and then put a directory at the end. Something that might help (guessing what you might be doing) scp `find . -name "*.mp3"` 192.168.2.1:/place/for/mp3s That will transfer all of the mp3s that can be found recursively from the given path to a directory on 192.168.2.1. Note the use of ` (Shift-~) instead of ' (not-Shift-") Have fun, Ted --=-SMaukF4KmKFpmGfSmFnl Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iEYEABECAAYFAj3XKB0ACgkQLE335pRPGp0zlwCeJgPRRnLM1baxQrBpzFPD9kX7 RB0AoPoSWYQFs7vA1lpMexv3tQtr4qqG =z2vc -----END PGP SIGNATURE----- --=-SMaukF4KmKFpmGfSmFnl--