FTP Enhancements

STUFF & Bits
Here are some sample ftp:// and http:// that can show you some of the ways that people can now access the AS/400 from a web client. Look very closely at the URL before you select the hypertext link.
- By coding an FTP exit point we can allow access to our library called ITSOIC400. The web client should use the userid of anonymous and your password needs to be a valid e-mail address. All this is enforced with the exit program.
- And, now let's see what can be done using the HTTP protocol.
- This first example
will not work. The reason is that we do not have a pass statement to allow the HTTP server to access the library ITSOIC400.
- But, the
HTML file in ITSOIC400 does have a pass statement, so it can be served.
- How about
for something out of the root directory?
Try to download some of the GIFs and HTML just for fun.
- If a welcome.htm file (as defined in the HTTP configuration) is found in a directory...it is automatically served to the client without even being specifically called for. Check out how the
"killer application" starts right up.

Agenda
FTP050