Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

Win32ftp.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *cr
00003  *cr            (C) Copyright 1995-2011 The Board of Trustees of the
00004  *cr                        University of Illinois
00005  *cr                         All Rights Reserved
00006  *cr
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  * RCS INFORMATION:
00011  *
00012  *      $RCSfile: Win32ftp.h,v $
00013  *      $Author: johns $        $Locker:  $             $State: Exp $
00014  *      $Revision: 1.10 $      $Date: 2010/12/16 04:08:52 $
00015  *
00016  ***************************************************************************
00017  * DESCRIPTION:
00018  *   Very simple Windows FTP client code used for past implementations
00019  *   of webpdb/mol pdbload
00020  ***************************************************************************/
00021 
00022 #define FTP_FAILURE  -1
00023 #define FTP_SUCCESS   0
00024 
00025 vmd_ftpclient(const char * site, const char * remotefile, const char * localfile);

Generated on Wed May 23 01:50:36 2012 for VMD (current) by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002