ftp.MyIp always empty (General questions)

by mauirzio @, (7360 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

locked

Re: ftp.MyIp always empty

by Jasmine, (7360 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.

locked

Re: ftp.MyIp always empty

by Maurizi, (7360 days ago) @ Jasmine

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

locked

Re: ftp.MyIp always empty

by Jasmine, (7359 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]

locked