Skip to content

Commit

Permalink
Visual C++!
Browse files Browse the repository at this point in the history
Visual C++!
  • Loading branch information
superflexible committed Dec 1, 2019
1 parent 35447bb commit e24043c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tgputtylibvcclass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ void TTGPuttySFTP::Move(const char* AFromName, const char* AToName)
throw TTGPuttySFTPException(MakePSFTPErrorMsg("tgsftp_mv"));
}

void TTGPuttySFTP::DeleteFile(const char* AName)
void TTGPuttySFTP::Delete_File(const char* AName)
{
ClearStatus();
int res = tgsftp_rm(AName, &Fcontext);
Expand Down
2 changes: 1 addition & 1 deletion tgputtylibvcclass.h
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class TTGPuttySFTP
void SetModifiedDate(const char* AFileName, const unsigned long unixtime);
void SetFileSize(const char* AFileName, const __int64 ASize);
void Move(const char* AFromName, const char* AToName);
void DeleteFile(const char* AName);
void Delete_File(const char *AName);

void UploadFile(const char* ALocalFilename, const char* ARemoteFilename, const bool anAppend);
void DownloadFile(const char* ARemoteFilename, const char* ALocalFilename, const bool anAppend);
Expand Down

0 comments on commit e24043c

Please sign in to comment.