Table of Contents

Class: zope_ftp_channel Zope-2.2.1-src/ZServer/FTPServer.py

Passes its commands to Zope, not a filesystem

Base Classes   
ftp_channel
Methods   
__init__
_join_paths
cmd_appe
cmd_cdup
cmd_cwd
cmd_dele
cmd_list
cmd_mdtm
cmd_mkd
cmd_nlst
cmd_pass
cmd_pwd
cmd_retr
cmd_rmd
cmd_size
cmd_stor
cmd_user
cwd_completion
dele_completion
get_dir_list
listdir
listdir_completion
mdtm_completion
mkd_completion
pass_completion
push
retr_completion
rmd_completion
size_completion
stor_callback
  __init__ 
__init__ (
        self,
        server,
        conn,
        addr,
        module,
        )

  _join_paths 
_join_paths ( self,  *args )

  cmd_appe 
cmd_appe ( self,  line )

  cmd_cdup 
cmd_cdup ( self,  line )

change to parent of current working directory

  cmd_cwd 
cmd_cwd ( self,  line )

change working directory

  cmd_dele 
cmd_dele ( self,  line )

  cmd_list 
cmd_list ( self,  line )

give list files in a directory

  cmd_mdtm 
cmd_mdtm ( self,  line )

show last modification time of file

  cmd_mkd 
cmd_mkd ( self,  line )

  cmd_nlst 
cmd_nlst ( self,  line )

give name list of files in directory

  cmd_pass 
cmd_pass ( self,  line )

specify password

  cmd_pwd 
cmd_pwd ( self,  line )

print the current working directory

  cmd_retr 
cmd_retr ( self,  line )

  cmd_rmd 
cmd_rmd ( self,  line )

  cmd_size 
cmd_size ( self,  line )

return size of file

  cmd_stor 
cmd_stor (
        self,
        line,
        mode='wb',
        )

store a file

  cmd_user 
cmd_user ( self,  line )

specify user name

  cwd_completion 
cwd_completion (
        self,
        path,
        response,
        )

cwd completion callback

  dele_completion 
dele_completion ( self,  response )

  get_dir_list 
get_dir_list (
        self,
        line,
        long=0,
        )

  listdir 
listdir (
        self,
        path,
        long=0,
        )

  listdir_completion 
listdir_completion (
        self,
        long,
        response,
        )

  mdtm_completion 
mdtm_completion ( self,  response )

  mkd_completion 
mkd_completion ( self,  response )

  pass_completion 
pass_completion (
        self,
        path,
        response,
        )

  push 
push (
        self,
        producer,
        send=1,
        )

  retr_completion 
retr_completion (
        self,
        file,
        response,
        )

  rmd_completion 
rmd_completion ( self,  response )

  size_completion 
size_completion ( self,  response )

  stor_callback 
stor_callback (
        self,
        path,
        data,
        )

callback to do the STOR, after we have the input

  stor_completion 
stor_completion ( self,  response )


Table of Contents

This document was automatically generated on Mon Sep 4 07:33:06 2000 by HappyDoc version r0_6