Avissar Software
 
 Dftpd SITE Commands

SITE Commands
ADDIP ADDUSER ALDN ALUP AUTHMODE CERTINFO
CHANGE CHGRP CHMOD CHOWN CHPASS COPY
DAYDN DAYUP DELIP DELTREE DELUSER DIRINFO
DIRMIRROR DISKINFO DUPE DUPEENABLE FLAGS FRATIO
FSCK FSINFO FSSYNC GADDUSER GENKEYS GINFO
GIVE GPAD GPAL GPMD GPMN GPWD
GPWK GROUP GROUPS GRPADD GRPDEL GRPLOG
GRPNFO GRPREN HELP IDLE KICK KILL
LINK LINKS LOGINS MONTHDN MONTHUP MSG
NEW NUKE NUKELOG NUKETOP PASSWD PERMISSIONS
PURGE PURGETREE RATIO READD RENUSER REQFILLED
REQLOG REQUEST RESTREE RMLINK RULES SEARCH
SEEN SHOW SHUTDOWN STATE STATS SWHO
SYSLOG TAGLINE TAKE TIME TRAFFIC UNDUPE
UNNUKE UPTIME USER USERDATA USERS USERSYNC
VERS WELCOME WHO WIPE WKDN WKUP

SITE REMOTE Commands
ADDALIAS ADDMIRROR ALIAS ALIASES CHANGE CONNECTIONS
DEFMIRROR DELALIAS DELMIRROR DISCONNECT HELP KILL
LOGIN MIRRORS SHAREDCONNECTIONS SHAREDLOGIN SHAREDQUIT TUNNEL
UPDATE          


All SITE Commands
SITE ADDIP <username> <IP>

Add an IP address to a user.

<username> The username to add.
<IP> The IP address to add.

IPs can contain wildcards (*).
Note that a user may have a maximum of 10 IP's.

Example:  SITE ADDIP user *.dftpd.com
  SITE ADDIP user 192.168.1.*

back
SITE ADDUSER <username> <password> <IP#1 - 5>

Add a user to the site.

<username> The username to add.
<password> The password to set for this user.
<IP#1 - 5> Optional: Up to 5 ips may be specified here.

After you add a user, use "SITE ADDIP" to add IP's to
the new account.

back
SITE ALDN [<num results>] [<local|remote>]

Display Alltime Downloaders.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE ALUP [<num results>] [<local|remote>]

Display Alltime Uploaders.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE AUTHMODE <mode>

Sets the authentication mode.

<mode> Authentication mode.

0 = allow clear and SSL connections
1 = allow SSL connections only

NOTE:  This setting is not written to the site configuration
  file. If the site configuration file is modified or the
  server is restarted, this setting will be overwritten.

back
SITE CERTINFO

Displays SSL certificate information.

back
SITE CHANGE <username> <field> <value>
SITE CHANGE { <user1> <user2> } <field> <value>
SITE CHANGE =<group> <field> <value>
SITE CHANGE <* or username w/wildcards> <field> <value>

Change Field For a User

Fields:  comment
  credits
  flags
  group_slots # [#]
  homedir
  idle
  permissions
  ratio
  max_dlspeed
  max_ulspeed
  max_sim_down
  max_sim_up
  num_logins # [#]
  startup_dir
  tagline
  time_limit
  timeframe # #
  wkly_allotment #

back
SITE CHGRP <username> <group>

Adds/Removes a user from a group.

<username> The username to edit.
<group> The group to toggle for this user.

SITE CHGRP <username> by itself to list a user's affils.

NOTE: Users in the "Anonymous" group can login using any password

back
SITE CHMOD [-R] <mask> <pathname>

Changes the permissions (mode) for files/directories.

<mask> mode for the path.
<pathname> path to set the mode for.

The -R option will change the mode for all files and
directories recursively. Only SiteOps can use the -R
option.

Ex. SITE CHMOD 444 file.zip
Ex. SITE CHMOD 777 /site/incoming

back
SITE CHOWN [-R] <user>:<group> <pathname>

Changes the user/group that owns a file.

<user> user to set as the owner.
<group> group to set as the owner.
<pathname> path to set the owner for.

The -R option will change ownership for all files and
directories recursively. Only SiteOps can use the -R
option.

Ex. SITE CHOWN admin:SiteOps file.zip
Ex. SITE CHOWN admin file.zip
Ex. SITE CHOWN :SiteOps file.zip

back
SITE CHPASS <username> <password>

Change a specified user's password.

<username> Name of the user to change the password for.
<password> New password for the specified user.

back
SITE COPY <source> <destination>

Copy files or a directory. The source path can contain
wildcards '*'.

<source> The source path to copy.
<destination> The destination path of the copy.

NOTE:  No owner will be set for the copied files.
  Use SITE CHOWN to set ownership. Also, this
  command ignores filesystem permissions.

You can enclose <source> in braces '{' '}' if you have
spaces in the path.

back
SITE DAYDN [<num results>] [<local|remote>]

Display the top downloaders for today.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE DAYUP [<num results>] [<local|remote>]

Display the top uploaders for today.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE DELIP <username> [<IP#>|<IP>]

Delete an IP from a user.

<username> The username to delete.
<ip#> The IP NUMBER to delete.
<IP> The exact IP to delete.

You can get the IP list using the "site user <username>" command.
Note that a user may have a maximum of 10 IP's.

back
SITE DELTREE <directory>

Delete a directory tree (recursively).

<directory> The directory tree to delete (can contain wildcards).

After you delete a directory tree, you may later restore the
directory by using "SITE RESTREE".

back
SITE DELUSER <username>

Delete a user from the site.

<username> The username to remove (can contain wildcards).

After you delete a user, you may later
reinstate their account by using "SITE READD".

back
SITE DIRINFO [-R] <directory>

Display information for a directory.

<directory> The directory to display information for.

The -R option will display the information for the entire
directory tree (including all sub-directories).

back
SITE DIRMIRROR [<MirrorID>] <directory>

Changes/Displays the mirror ID for a directory.

If the <MirrorID> parameter is omitted, the current mirrod ID for
the specified directory will be displayed.

<MirrorID> Mirror ID to use for the directory. 0 = Do not use mirroring for the directory.
<directory> The name of the directory to set the mirror ID for.

Example:  SITE DIRMIRROR 2 directory1
  (This will associate the mirror entry, with MirrorID = 2,
  with directory1 or any of its subdirectories)

To list MirrorIDs, use the SITE REMOTE MIRRORS command.

back
SITE DISKINFO [<directory>]

Display information for the disk containing the specified directory.
By default the current directory will be used.

<directory> Directory path to check the diskspace for.

back
SITE DUPE [-max <num>] [-from <mmddyy>] [-to <mmddyy>] <filename> [<filename2> ...]

Searches the dupe log for the specified filenames. The filenames
can contain wildcards. The filenames used for searching are case
sensitive. By default the max number of returned results is 20.

Example:  SITE DUPE -from 010199 -to 010100 MyFile*.zip MyFile*.txt
  this will return all files starting with "MyFile" and ending
  with ".zip" or ".txt"

back
SITE DUPEENABLE <directory>

Enables/Disables dupe checking for a directory.

<directory> The directory to enable/disable dupe checking for.

back
SITE FLAGS [<username>]

Display a user's flags.

<username> User to display flags for (default is current user).

back
SITE FRATIO [<ratio>] <file/directory>

Changes/Displays the ratio for a file or directory.

If the <ratio> parameter is omitted, the current ratio for the specified
file or directory will be displayed.

<ratio> ratio for the file or directory. 0 = Unlimited (Leech), -1 = Default (user's ratio)
<file/directory> the name of the file or directory to set the ratio for.

Example:  SITE FRATIO 2 directory1
  (This will give users 2x the size of the upload credits when
  uploading to directory1 or any of its subdirectories)

Example:  SITE FRATIO 0 file1
  (This will make it free to download file1 --no credits will be
  deducted for downloading this file)

NOTE:  Directory ratios can be [-1-9]. File ratios can only be 0 or -1.
  Subdirectories will use the ratio of the first non-default ratio
  that is found when going up the directory tree.

back
SITE FSCK

Runs a filesystem check (removes defunct entries in the DFTPD filesystem).

back
SITE FSINFO

Displays filesystem information.

back
SITE FSSYNC

Synchronizes the filesystem in memory with the FS (.fs) files.

back
SITE GADDUSER <group> <username> <password> <IP#1 - 5>

Adds a user to the site and changes that user to the specified group.

<group> The group to put the user in.
<username> The username to add.
<password> The password to set for this user.
<IP#1 - 5> Optional: Up to 5 ips may be specified here.

After you add a user, use "SITE ADDIP" to add IP's to
the new account.

NOTE: Users in the "Anonymous" group can login using any password.

back
SITE GENKEYS

Create a new SSL certificate and keys (certificate information
is taken from cert.conf).

back
SITE GINFO <GROUP>

Shows detailed information on a group.

<GROUP> Group to display information on.

back
SITE GIVE <username> <kbytes> [<message>]

Gives credits to a user (taken from you --if not an admin).
(NOTE: The message part is optional)

<username> User to give credits to.
<kbytes> Number of credits (Kb) to give.
<message> Message to send to the user given the credits.

Example:  SITE GIVE user 1000
  (This would give user 'user' 1 meg of your credits)

back
SITE GPAD [<num results>] [<local|remote>]

Display the alltime group downloads.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE GPAL [<num results>] [<local|remote>]

Display the alltime group uploads.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE GPMD [<num results>] [<local|remote>]

Display the top group downloaders this month.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE GPMN [<num results>] [<local|remote>]

Display the top group uploaders this month.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE GPWD [<num results>] [<local|remote>]

Display the top group downloaders this week.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE GPWK [<num results>] [<local|remote>]

Display the top group uploaders this week.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE GROUP [<group>]

Shows your current groups or leaves/joins a group.

<group> Group to leave/join.

Ex.  SITE GROUP
  This will display the groups you are in.
Ex.  SITE GROUP ftp
  With this you will join/leave group 'ftp'.

NOTE: Users in the "Anonymous" group can login using any password.

back
SITE GROUPS

Shows the available groups.

back
SITE GRPADD <group> [<description>]

Add a new group to the site.

<group> The group to add.
[<description>] Description of the group (optional).

Example:  SITE GRPADD MyGroup My Group.
  This will add the group MyGroup with the description
  "My Group.".

back
SITE GRPDEL <group>

Delete a group from the site.

<group> The group to delete.

back
SITE GRPLOG <group> <logins>

Change login restrictions for a group (number of total group logins).

<group> The group to edit.
<logins> Maximum number of users logged in from this group at the same time.

Example:  SITE GRPLOG STAFF 20
  This will allow the group STAFF to have a maximum of
  20 users logged in at any one time.

back
SITE GRPNFO <group> <description>

Change the description for a group.

<group> The group to edit.
<information> The description of the group.

back
SITE GRPREN <groupname> <NEWgroupname>

Rename a group.

<groupname> The group to rename.
<NEWgroupname> The new name for the group.

back
SITE HELP [<command>]

Displays a message describing all the SITE commands.

back
SITE IDLE [<seconds>]

Display/Set the idle timeout.

<seconds> Number of seconds to set the idle timeout to.

back
SITE KICK <user>

Kick a user from the site.

<user> The user to kick (can contain wildcards).

To list Users Online, use the SITE WHO.

back
SITE KILL <pid>

Kill a pid (connection).

<pid> The PID to kill.

To list PIDs, use the SITE SWHO command.

back
SITE LINK <targetdir> <sourcedir>

Create a directory link (virtual directory).

<targetdir> The name of the link.
<sourcedir> The existing directory to create a link to.

To specify an absolute source directory use -A<sourcedir>
Ex. SITE LINK incoming_link -AD:\incoming
Use "SITE RMLINK" to remove a link.

You can enclose <targetdir> in braces '{' '}' if you have spaces in
the name.
Ex. SITE LINK {dir name} -AD:\incoming

back
SITE LINKS

List directory links (virtual directories).

back
SITE LOGINS [<ndaysold>] [<searchstring>]

Display failed logins.

<ndaysold> Max number of days back to search (default = 0, infinite).
<searchstring> String to search for in the log data (case-sensitive).

back
SITE MONTHDN [<num results>] [<local|remote>]

Display the top downloaders for this month.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE MONTHUP [<num results>] [<local|remote>]

Display the top uploaders for this month.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE MSG READ - read your msgs
SITE MSG SAVE - move msgs to inbox
SITE MSG PURGE - dele msgs in trash
SITE MSG TREAD - read msgs in trash
SITE MSG <username> <message> - send a message
SITE MSG { <user1> <user2> } <message> - send to mult users
SITE MSG =<group> <message> - send msg to group
SITE MSG <* or username w/wildcards> <message> - send msg to every1

Send a message to a user.

back
SITE NEW [<num results>] [<basedir>]

Display the newest created directories in a specified directory tree.

<num results> Max number of results to display.
<basedir> Base of the directory tree to display.

By default the max number of results is 10 and the base directory is
the current directory.

NOTE:  This list is ordered by when the directory was added to the DFTPD
  filesystem, which is not necessarily when it was created.

back
SITE NUKE <directory> <multiply> <message>

Nuke a directory (remove the directory and deduct credits from the uploader).

<directory> The directory to nuke.
<multiply> The nuke multiplier value. i.e. "5" would nuke 5x the filesize from the offenders credits.
<message> The message to put in the nukelog.

NOTE:  You must enter the ENTIRE directory name. It IS case-sensitive.
  You can enclose the directory in braces if you have spaces in the
  name.
Ex. site NUKE {directory name} 1 I dont like it

back
SITE NUKELOG <ndaysold> <searchstring>

Show the nuke log (log of previously nuked directories).

<ndaysold> Max number of days back to search (default = 0, infinite).
<searchstring> String to search for in the log data (case-sensitive).

back
SITE NUKETOP [<num results>] [<local|remote>]

Display the top nuked users.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE PASSWD <password>

Change your password.

<password> New password for the current user.

back
SITE PERMISSIONS [<username>]

Display a user's permissions.

<username> User to display permissions for (default is current user).

back
SITE PURGE [<username>]

Purge deleted users (deleted with SITE DELUSER).

<username> User(s) to purge (can contain wildcards).

By defaule ALL deleted users will be purged.

Ex.  SITE PURGE
  This will remove ALL users who have the deleted (6) flag.
Ex.  site purge user1
  This will remove just "user1" and leave the rest of the deleted users.

back
SITE PURGETREE [<directory>]

Purge deleted directory trees (deleted with SITE DELTREE).

<directory> Directory(s) to purge (can contain wildcards).

back
SITE RATIO <username> <ratio>

Set a user's ratio.

<username> User to set the ratio for.
<ratio> Ratio for the user [0-9]. 0 = Unlimited (Leech).

Example:  SITE RATIO user 3
  (This allows the user to download 3 times as much as upload)

back
SITE READD <username>

Readd deleted user to the site (deleted with SITE DELUSER).

<username> The username to re-add (can contain wildcards).

Note that in order for a user to be readded, they must have been
deleted with the SITE DELUSER command.

back
SITE REMOTE

See "SITE REMOTE" section for more information.

back
SITE RENUSER <old_username> <new_username>

Renames a user.

<old_username> The user to rename.
<new_username> The new name for the user.

NOTE:  The password for the user will become unusable once
  the user is renamed. Use SITE CHPASS to reset the
  password.

back
SITE REQFILLED <#>

Fill a request.

<#> Request number to mark as filled.

Example:  site reqfilled 7
  (this will remove request number 7 from the list)

back
SITE REQLOG [<ndaysold>] [<searchstring>]

Show the log of filled requests.

<ndaysold> Max number of days back to search (default = 0, infinite).
<searchstring> String to search for in the log data (case-sensitive).

back
SITE REQUEST [<request>]

View requests or make a request.

<request> Title of the request.

back
SITE RESTREE <directory>

Restore a deleted directory tree (deleted with SITE DELTREE).

<directory> The directory tree to restore (can contain wildcards).

Note that in order for a directory tree to be restored, it must have
been deleted with the SITE DELTREE command.

back
SITE RMLINK <targetdir>

Remove a directory link --permanently (added with SITE LINK).

<targetdir> The name of the link to remove.

back
SITE RULES

Show site rules.

back
SITE SEARCH [-f] [-l] [-<maxresults>] [{<rootdir>}] <string>

Searches the site for a specified file/directory name.

<maxresults> Max number of results that will be returned.
<rootdir> The root directory of the search (default is CWD).
<string> The string to search for (can contain wildcards).

The SITE SEARCH command searches the site contents for directory
names that match the specified <string>. If the -f option is
specified, filenames will also be searched. If the -l option is
specified, directory links will be followed. The search is not
case-sensitive and can contain wildcards. If a <rootdir> is
specified, the search will start at the specified directory.
Otherwise, the search begins at the CWD. The <rootdir> parameter
must be inside "{ }" --if specified. If <maxresults> is specified,
the number or results returned will be limited to the specified
number. By default, the max number of results is 20. Set
<maxresults> to 0 for unlimited.

Ex. SITE SEARCH {/} halflife*
Ex. SITE SEARCH -f -10 halflife*.zip

back
SITE SEEN <user>

Check when a user was last online.

<user> User to get last online time for.

This will display the last time <user> logged in.

back
SITE SHOW <Filename>

Displays the userfile in raw format.

<Filename> Userfile to display (ascii/txt file).

back
SITE SHUTDOWN <level>

Sets the shutdown level for the server.

<level> Shutdown level.

0 = sever open
1 = deny all but siteops

NOTE:  This setting is not written to the site configuration
  file. If the site configuration file is modified or the
  server is restarted, this setting will be overwritten.

back
SITE STATE <username>

Displays the current state of an online user.

<username> User to display the current state for.

NOTE:  This command only applies to users that are
  currently online.

back
SITE STATS [<username>]

Show the user's statistics.

<username> User to show statistics for (default is current user).

back
SITE SWHO

Alternative who (displays pid for individual connections).

back
SITE SYSLOG [<ndaysold>] [<searchstring>]

Show the user changes log.

<ndaysold> Max number of days back to search (default = 0, infinite).
<searchstring> String to search for in the log data (case-sensitive).

back
SITE TAGLINE [<tagline>]

Shows/Sets your tagline.

<tagline> New tagline for the current user.

back
SITE TAKE <username> <kbytes> [<message>]

Take credits from a user.
(NOTE: The message part is optional)

<username> User to take credits from.
<kbytes> Number of credits (Kb) to take.
<message> Message to send to the user.

Example:  SITE TAKE 1000 user
  (This would take 1meg of credits from user)

back
SITE TIME

Show the local and GMT time for the server.

back
SITE TRAFFIC

Display total uploads/downloads by all users.

back
SITE UNDUPE <filename>

Remove filename(s) from the dupe log.

<filename> Name of the file to remove from the dupe log.

Example:  SITE UNDUPE file*.zip
  (this will undupe file1.zip, file2.zip, etc)
  SITE UNDUPE filename.zip

back
SITE UNNUKE <directory> <multiply> <message>

Unnuke a directory.

<directory> The directory to unnuke.
<multiply> The unnuke multiplier value. i.e. "5" would give
back 5x the filesize to the nukees credits.
<message> The message to put in the nukelog.

NOTE:  You must enter the original directory name, not the
  NUKED-directory. It IS case-sensitive.

back
SITE UPTIME

Displays the amount of time the server has been running.

back
SITE USER [<username>]

Show users on the site (Type username to see user's stats).

<username> Name of the user to show statistics for.

back
SITE USERDATA <username>

Display the user file (along with the encrypted password).

<username> Name of the user to display data for.

This displays the contents of the userfile over the control
connection.

back
SITE USERS <keyword>

List users on the site (all user accounts).

Keywords: <flag>, =<group>, remote, local.

If keyword is one character long, it is considered a flag, and only
users with that flag will be listed.

If keyword starts with character '=', it is considered a group, and
only users in that group will be listed.

Otherwise keyword specifies a username, which can contain wildcards.

By default all users are listed.

back
SITE USERSYNC

Synchronizes the user files with the user list in memory.

back
SITE VERS

Show FTP daemon version (and author(s)).

back
SITE WELCOME

Show the welcome message.

back
SITE WHO

See who's online.

back
SITE WIPE <file/directory>

Delete files/directories --permanently (accepts wildcards).

<file/directory> File or directory to delete (can contain wildcards).

Example:  SITE WIPE *.txt
  This will delete all the files ending in .txt in the current
  directory.

Example:  SITE WIPE dir1
  This will delete directory dir1 and everything inside it.

WARNING: The files/directories deleted using SITE WIPE cannot be restored.

back
SITE WKDN [<num results>] [<local|remote>]

Display the top downloaders for this week.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE WKUP [<num results>] [<local|remote>]

Display the top uploaders for this week.

<num results> Max number of results to display.
<local|remote> Display either "local" or "remote" users only.

back
SITE REMOTE ADDALIAS <alias> <IP> <port> <username> <password> [<rmotepath>]

Add an alias to a remote site (vitual dir linked to another FTP server).

<alias> The local path that will alias the remote path.
<IP> The address of the remote server.
<port> The port the remote server is running on.
<username> The username to use on the remote server.
<password> The password to use on the remote server.
<remotepath> Optional: The absolute path on the remote server

Use "SITE REMOTE CHANGE" to change the properties of an alias.

You can enclose <alias> in braces '{' '}' if you have spaces in
the name.

back
SITE REMOTE ADDMIRROR <MirrorID> <Weight> <alias>

Add an alias to a mirror entry.

<MirrorID> ID of the mirror entry to add the alias to (if MirrorID = 0 a new entry will be created).
<Weight> Weight to assign the alias
<alias> Alias for the site to add as a mirror (Alias = LOCAL -> this site).

To list MirrorIDs, use the SITE REMOTE MIRRORS command.

back
SITE REMOTE ALIAS <alias>

Show information about an alias.

<alias> The local path that will alias the remote path.

back
SITE REMOTE ALIASES

Display the list of aliases.

back
SITE REMOTE CHANGE <alias> <field> <value>

Change a field for an alias.

Fields:  address
  port #
  username
  password
  remote_path
  server_type
  num_logins #
  share_users
  encmode #
  timeout #

You can enclose <alias> in braces '{' '}' if you have spaces in
the name.

back
SITE REMOTE CONNECTIONS [<alias>]

List connections to aliased sites (current open connections).

<alias> Specific alias to see connections for (default is all aliases).

back
SITE REMOTE DEFMIRROR <MirrorID> <alias>

Set the alias to use as the default mirror site for the mirror
entry. There must always be 1 (and only 1) default mirror site.

<MirrorID> ID of the mirror entry to set the default site for.
<alias> Alias for the site to use as the default mirror site (Alias = LOCAL -> this site).

To list MirrorIDs, use the SITE REMOTE MIRRORS command.

back
SITE REMOTE DELALIAS <alias>

Delete an alias --permanently.

<alias> The local path that will alias the remote path.

back
SITE REMOTE DELMIRROR <MirrorID> <alias>

Delete an alias from a mirror entry --permanently. When the
last alias is deleted from a mirror entry the entry will be
removed.

<MirrorID> ID of the mirror entry to remove the alias from.
<alias> Alias for the site to remove (Alias = LOCAL -> this site).

To list MirrorIDs, use the SITE REMOTE MIRRORS command.

back
SITE REMOTE DISCONNECT <alias>

Disconnect all the connections to an alias.

<alias> The alias to disconnect all connections from.

To list connections, use the SITE REMOTE CONNECTIONS command.

back
SITE REMOTE HELP [<command>]

Displays a message describing all the SITE REMOTE commands.

back
SITE REMOTE KILL <SDsc>

Kill a specific connection to an alias.

<SDsc> The socket descriptor to kill.

To list SDescs, use the SITE REMOTE CONNECTIONS command.

back
SITE REMOTE LOGIN <username> <timestamp> <homeip> <homeport>

Log a user into an aliased site (DFTPD only).

<username> the name of the user to be logged in.
<timestamp> the time the user information was last updated.
<homeip> the IP of the server the user is comming from.
<homeport> the PORT of the server the user is comming from.

NOTE: This command should not be used manually.

back
SITE REMOTE MIRRORS

Display the list of mirrors.

back
SITE REMOTE SHAREDCONNECTIONS

List connections from shared users (DFTPD only).

back
SITE REMOTE SHAREDLOGIN <username> <homeip> <homeport>

Log in a shared user (DFTPD only).

<username> the name of the user to be logged in.
<homeip> the IP of the server the user is comming from.
<homeport> the PORT of the server the user is comming from.

NOTE: This command should not be used manually.

back
SITE REMOTE SHAREDQUIT <username> <homeip> <homeport>

Log Out a Shared User (DFTPD only).

<username> the name of the user to be logged out.
<homeip> the IP of the server the user is comming from.
<homeport> the PORT of the server the user is comming from.

NOTE: This command should not be used manually.

back
SITE REMOTE TUNNEL <alias> <command>

Send a FTP command directly to an aliased site.

<alias> The local path that aliases the remote path.
<command> The command to forward to the remote machine.

You can enclose <alias> in braces '{' '}' if you have spaces in
the name.

back
SITE REMOTE UPDATE <username> <timestamp> <homeip> <homeport>

Update the information for a user (DFTPD only).

<usernam> The name of the user whos file should be updated.
<timestamp> The time the user information was last updated.
<homeip> The IP of the server the user is comming from.
<homeport> The PORT of the server the user is comming from.

NOTE:  Set <timestamp> to 0 to force an update.
  This command should not be used manually.

back