Jakob Rohde wrote: > How do I make a dir link using ftp? AFAIK it's not possible with FTP. However, you could write your own PHP script that does the job using the function symlink(). - Ingmar