WU-FTPD 2.6.1 Release Notes for HP-UX 11i v1, HP-UX 11i v2 and HP-UX 11i v3

client:/tmp>ftp server-machine
Connected to server-machine.
220 server-machine FTP server (Revision 1.1 Version wuftpd-2.6.1
(PHNE_36065) Fri May 30
15:30:32 GMT 2008) ready.
234 AUTH TLS OK.
[TLSv1/SSLv3, cipher DHE-RSA-AES256-SHA, 256 bits]
Name (server-machine:root): abc
232 User abc auto-logged in.
Remote system type is UNIX.
Using binary mode to transfer files.
ftp> prot on
200 PROT P ok.
TLS/SSL protection of data connections on.
ftp> ls
200 PORT command successful.
150 Opening ASCII mode private data connection for /usr/bin/ls.
total 96
-rw-r--r-- 1 abc users 23 May 30 14:01 end.txt
-rw-rw-rw- 1 abc users 13 May 25 14:57 start.txt
226 Transfer complete.
ftp> get end.txt
200 PORT command successful.
150 Opening BINARY mode private data connection for end.txt (23 bytes).
226 Transfer complete.
23 bytes received in 0.07 seconds (0.33 Kbytes/s)
ftp> by
221-You have transferred 23 bytes in 1 files.
221-Total traffic for this session was 1108 bytes in 2 transfers.
221-Thank you for using the FTP service on charokee.ind.hp.com.
221 Goodbye.
client-machine:/tmp>
Virtual FTP Support
Virtual FTP support enables you to manage an FTP server for multiple domains on the
same machine.
Virtual FTP allows an administrator to configure a system to display a different banner,
log file, and directory to a user when the user is connected to different domains on the
same system. The advantage of virtual FTP support is that the identity of the machine
is hidden. Additionally, this feature enables a single machine to act as multiple FTP
servers for multiple domains.
Figure 1-1 shows a graphical representation of an FTP server, ftp.domain.com,
hosting two virtual domains, ftp.animals.com and ftp.flowers.com.
24 WU-FTPD 2.6.1 Release Notes