#include "globus_common.h"
#include "globus_url.h"
#include "globus_ftp_control.h"
#include "ftp_demo.h"
Compounds | |
| struct | ftp_demo_size_handle_info_t |
Enumerations | |
| enum | ftp_demo_size_handle_state_t { FTP_DEMO_IDLE, FTP_DEMO_CONNECT, FTP_DEMO_AUTH, FTP_DEMO_BINARY, FTP_DEMO_NOOP, FTP_DEMO_SIZE, FTP_DEMO_CLOSE, FTP_DEMO_DONE } |
Functions | |
| globus_size_t | ftp_demo_check_size ( const char * url) |
| Check the size of the given URL. More... | |
|
|
For internal use only. |
|
|
Check the size of the given URL. This function uses an FTP control handle to send a SIZE request to an ftp server. It waits until a response is received, and then returns the size.
|