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]