HEX
Server: Apache/2.4.18 (Ubuntu)
System: Linux phubuntu06.apexhosting.com 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
User: master06 (1000)
PHP: 7.0.33-0ubuntu0.16.04.16
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,
Upload Files
File: //usr/share/webmin/wuftpd/help/alias.html
<header>Aliases and Paths</header>

The page allows you to create aliases that apply when the FTP client user
uses the <tt>cd</tt> command. The first table allows you to map <tt>cd</tt>
aliases to absolute directory paths. For example, if you created an alias
for <tt>foo</tt> for <tt>/usr/local/foo</tt>, then typing <tt>cd foo</tt>
into an FTP client would take the user to the directory <tt>/usr/local/foo</tt>.
<p>

The second text box is for enter directories to be searched when a 
relative <tt>cd</tt> is entered. For example, if directory <tt>/usr/local</tt>
was in the search path and the user entered <tt>cd bin</tt>, he would be
taken to <tt>/usr/local/bin</tt> (assuming there was no directory called
<tt>bin</tt> in the current directory and no alias for <tt>bin</tt>). <p>

<hr>