Browse Subversion Repository
Diff of /tags/REL-2.2/ftp_rename.c
Parent Directory
| Revision Log
| Patch
| 33 |
*@param ftp LIBOFTPへのポインタ。 |
*@param ftp LIBOFTPへのポインタ。 |
| 34 |
*@param from 対象ファイル名 |
*@param from 対象ファイル名 |
| 35 |
*@param to 変更後ファイル名 |
*@param to 変更後ファイル名 |
| 36 |
*@retval int マイナス値ならエラー |
*@retval int エラーコード |
| 37 |
*@note |
*@note |
| 38 |
*/ |
*/ |
| 39 |
int ftp_rename( LIBOFTP *ftp, const char *from, const char *to ) |
int ftp_rename( LIBOFTP *ftp, const char *from, const char *to ) |
|
|
Legend:
| Removed from v.29 |
|
| changed lines |
| |
Added in v.30 |
|
|
|