Browse Subversion Repository
Diff of /trunk/ftp_get_file.c
Parent Directory
| Revision Log
| Patch
| 52 |
int fd; |
int fd; |
| 53 |
char buf[TRANSFER_SEGMENT_SIZE]; |
char buf[TRANSFER_SEGMENT_SIZE]; |
| 54 |
|
|
| 55 |
|
if( ftp->socket < 0 ) return LIBOFTP_ERROR; |
| 56 |
|
|
| 57 |
/* |
/* |
| 58 |
* ローカルファイルオープン |
* ローカルファイルオープン |
|
|
Legend:
| Removed from v.36 |
|
| changed lines |
| |
Added in v.50 |
|
|
|