Browse Subversion Repository
Diff of /trunk/ftp_site.c
Parent Directory
| Revision Log
| Patch
| 32 |
* |
* |
| 33 |
*@param ftp LIBOFTPへのポインタ。 |
*@param ftp LIBOFTPへのポインタ。 |
| 34 |
*@param cmdline コマンドライン |
*@param cmdline コマンドライン |
| 35 |
*@retval int マイナス値ならエラー |
*@retval int エラーコード |
| 36 |
*@note |
*@note |
| 37 |
*/ |
*/ |
| 38 |
int ftp_site( LIBOFTP *ftp, const char *cmdline ) |
int ftp_site( LIBOFTP *ftp, const char *cmdline ) |
| 40 |
char str1[512]; |
char str1[512]; |
| 41 |
int res; |
int res; |
| 42 |
|
|
| 43 |
|
if( ftp->socket < 0 ) return LIBOFTP_ERROR; |
| 44 |
|
|
| 45 |
/* |
/* |
| 46 |
* send SITE command |
* send SITE command |
| 47 |
*/ |
*/ |
|
|
Legend:
| Removed from v.29 |
|
| changed lines |
| |
Added in v.50 |
|
|
|