unable to sftp to a remote server from Unix machine

Hi,

I get the below when i try to sftp to a remote server

$ export SOCKS5C_CONFIG=~/.ssh/socks5c.conf
 
$ sftp -v -s /usr/lib/sftp-server -oPort=2222 -oIdentityFile=~/.ssh/wm_privat>
Connecting to ftp01.wmgruppe.de...
Sun_SSH_1.1.3, SSH protocols 1.5/2.0, OpenSSL 0x0090704f
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Rhosts Authentication disabled, originating port will not be trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to abc01.andgruppe.de port 2222.

can some one please help

Is that all the messages you get?
Can you try it without the "-s" parameter?