So I've tried both sshing in and running scp, and running scp direct. Both give similar results, which are negative to say the least

Here's the short and skinny.... I'm trying to dl my entire dir recurs... this is what I'm getting :
Code:
scp -rpv u40743679@my.net:. localhost:/home/jdog/sites/c4m
Executing: /usr/bin/ssh -v -x -oClearAllForwardings yes -n -l u40743679 my.net scp -v -r -p . localhost:/home/jdog/sites/c4m
OpenSSH_4.3 Debian 1:4.3p2-2p2 Debian 1:4.3p2-2, OpenSSL 0.9.6c 21 dec 2001
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to my.net [**.***.***.**] port 22.
debug1: Connection established.
debug1: identity file /kunden/homepages/21/d171739619/htdocs/.ssh/identity type -1
debug1: identity file /kunden/homepages/21/d171739619/htdocs/.ssh/id_rsa type -1
debug1: identity file /kunden/homepages/21/d171739619/htdocs/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_4.3 Debian 1:4.3p2-2
debug1: match: OpenSSH_4.3 Debian 1:4.3p2-2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.3 Debian 1:4.3p2-2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'my.net' is known and matches the DSA host key.
debug1: Found key in /kunden/homepages/21/d171739619/htdocs/.ssh/known_hosts:1
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /kunden/homepages/21/d171739619/htdocs/.ssh/identity
debug1: Trying private key: /kunden/homepages/21/d171739619/htdocs/.ssh/id_rsa
debug1: Trying private key: /kunden/homepages/21/d171739619/htdocs/.ssh/id_dsa
debug1: Next authentication method: password
u40743679@my.net's password:
debug1: Authentication succeeded (password).
debug1: channel 0: new [client-session]
debug1: Entering interactive session.
debug1: Sending command: scp -v -r -p . localhost:/home/jdog/sites/c4m
Executing: program /usr/bin/ssh host localhost, user (unspecified), command scp -v -r -p -t /home/jdog/sites/c4m
OpenSSH_4.3 Debian 1:4.3p2-2p2 Debian 1:4.3p2-2, OpenSSL 0.9.6c 21 dec 2001
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Connecting to localhost [127.0.0.1] port 22.
debug1: Connection established.
debug1: identity file /kunden/homepages/21/d171739619/htdocs/.ssh/identity type -1
debug1: identity file /kunden/homepages/21/d171739619/htdocs/.ssh/id_rsa type -1
debug1: identity file /kunden/homepages/21/d171739619/htdocs/.ssh/id_dsa type -1
debug1: Remote protocol version 1.99, remote software version OpenSSH_4.3 Debian 1:4.3p2-2
debug1: match: OpenSSH_4.3 Debian 1:4.3p2-2 pat OpenSSH*
debug1: Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_4.3 Debian 1:4.3p2-2
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'localhost' is known and matches the DSA host key.
debug1: Found key in /kunden/homepages/21/d171739619/htdocs/.ssh/known_hosts:2
debug1: ssh_dss_verify: signature correct
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug1: Authentications that can continue: publickey,password
debug1: Next authentication method: publickey
debug1: Trying private key: /kunden/homepages/21/d171739619/htdocs/.ssh/identity
debug1: Trying private key: /kunden/homepages/21/d171739619/htdocs/.ssh/id_rsa
debug1: Trying private key: /kunden/homepages/21/d171739619/htdocs/.ssh/id_dsa
debug1: Next authentication method: password
debug1: read_passphrase: can't open /dev/tty: No such device or address
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
debug1: read_passphrase: can't open /dev/tty: No such device or address
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.
debug1: read_passphrase: can't open /dev/tty: No such device or address
debug1: Authentications that can continue: publickey,password
debug1: No more authentication methods to try.
Permission denied (publickey,password).
lost connection
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: channel 0: free: client-session, nchannels 1
debug1: Transferred: stdin 0, stdout 0, stderr 0 bytes in 0.3 seconds
debug1: Bytes per second: stdin 0.0, stdout 0.0, stderr 0.0
debug1: Exit status 1
I've scoured everything from mailing lists, google, forums, etc. and have tried applying anything remotely related with no success. I, although now MUCH more educated on ssh and scp

, am at a COMPLETE loss! Thanks in advance,
Elv1n06