initial support for "uploading" to file:// URLs

This commit is contained in:
Daniel Stenberg
2004-05-25 21:47:29 +00:00
parent 765754d39d
commit fd802db39f
10 changed files with 177 additions and 29 deletions

View File

@@ -272,7 +272,10 @@ struct FTP {
* FILE unique setup
***************************************************************************/
struct FILEPROTO {
int fd; /* open file descriptor to read from! */
char *path; /* the path we operate on */
char *freepath; /* pointer to the allocated block we must free, this might
differ from the 'path' pointer */
int fd; /* open file descriptor to read from! */
};
/*