Setze mal in Deiner wcx_ftp.ini den Logfileeintrag z.B.:
[General]
LogFile=%commander_path%\ftp-listen\\tcftp.log
Dann verbinde Dich mit Deinem Server und wechsele in das Verzeichnis, wo die Datei hin soll. Nun beende die Verbindung und sieh Dir mal das Logfile an, das sollte ungefähr so aussehen:
Code: Select all
Connect to: (15.12.2005 21:21:18)
hostname=xxx.xxx.org
username=AAABBBCCC
startdir=public_html
xxx.xxx.org=192.168.1.1
220 tuxomat FTP server (Version 6.4/OpenBSD/Linux-ftpd-0.17) ready.
USER AAABBBCCC
331 Password required for AAABBBCCC.
PASS ***********
230- Linux tuxomat 2.4.22 #3 Thu Dec 18 23:46:24 CET 2003 i586 GNU/Linux
230-
230- The programs included with the Debian GNU/Linux system are free software;
230- the exact distribution terms for each program are described in the
230- individual files in /usr/share/doc/*/copyright.
230 User AAABBBCCC logged in.
SYST
215 UNIX Type: L8 (Linux)
FEAT
500 'FEAT': command not understood.
CWD public_html
250 CWD command successful.
Connect ok!
PWD
257 "/Tidel/Tadel/public_html" is current directory.
Verzeichnis einlesen
TYPE A
Code: Select all
put:e:\TEST.000 -> ftp://AAABBBCCC@XXX.XXX.org/Tidel/Tadel/public_html/test.000
sheepdog