Browse Subversion Repository
Diff of /trunk/ftp_user.c
Parent Directory
| Revision Log
| Patch
| 43 |
char str1[256]; |
char str1[256]; |
| 44 |
int res; |
int res; |
| 45 |
|
|
| 46 |
|
if( ftp->socket < 0 ) return LIBOFTP_ERROR; |
| 47 |
|
|
| 48 |
/* |
/* |
| 49 |
* send user name. |
* send user name. |
| 50 |
*/ |
*/ |
| 100 |
|
|
| 101 |
return LIBOFTP_NOERROR; |
return LIBOFTP_NOERROR; |
| 102 |
} |
} |
|
|
|
|
|
|
|
|
Legend:
| Removed from v.49 |
|
| changed lines |
| |
Added in v.50 |
|
|
|