ftp.MyIp always empty - WeOnlyDo Discussion board

ftp.MyIp always empty (General questions)

by mauirzio, Tuesday, March 08, 2005, 15:31 (7012 days ago)

Hi
I’m testing version DEMO 2.1.4.84
I want display the local IP ftp.MyIp ,.ftp.Myhostname , and also the BindIP are always empty.
Also missing the file append function.
Maurizio

Re: ftp.MyIp always empty

by wodSupport, Tuesday, March 08, 2005, 20:27 (7011 days ago) @ mauirzio

Maurizio,

fixed, please download wodFTPServer again. This was little bug.

As for BindIP - it should be empty, unless you want to bind component to specific interface.

Hope it helps.

Re: ftp.MyIp always empty

by Maurizi, Wednesday, March 09, 2005, 09:52 (7011 days ago) @ wodSupport

hi
Thansk for the bug fix....
but I still missing the file append function.

RFC:959
APPEND (with create) (APPE)
This command causes the server-DTP to accept the data
transferred via the data connection and to store the data in
a file at the server site. If the file specified in the
pathname exists at the server site, then the data shall be
appended to that file; otherwise the file specified in the
pathname shall be created at the server site.

Maurizio

Re: ftp.MyIp always empty

by wodSupport, Wednesday, March 09, 2005, 16:25 (7011 days ago) @ Maurizi

Maurizio,

but I just checked - APPEnd command does exist. I tried with 1. Simple example, and I connected from command prompt session, here is the result: [code]C: emp>ftp -i localhost
Connected to dell.
220 WeOnlyDo!COM FTP Server (dell) ready.
User (dell:(none)): a
331 Password required for a
Password:
230 User a logged in
ftp> append out.enc pub
200 PORT command successful
150 Opening BINARY mode data connection
226 File upload OK
ftp: 8428 bytes sent in 0,01Seconds 842,80Kbytes/sec.
ftp>
[/code]