procedure Put(const ASource: TStream; const ADestFile: string; const AAppend: boolean); overload;
procedure Put(const ASourceFile: string; const ADestFile: string; const AAppend: boolean); overload;
Description
Put
This command uploads a file to the FTP server with the name ADestFile. Setting the AAppend to True causes the server to append the file being uploaded to one which exists on the server. The file to upload could be either a stream (ASource) or a name of a file which exists on the user's computer (ASourceFile).
procedure Put(const ASource: TStream; const ADestFile: string; const AAppend: boolean); overload;
procedure Put(const ASourceFile: string; const ADestFile: string; const AAppend: boolean); overload;
Description
Put
This command uploads a file to the FTP server with the name ADestFile. Setting the AAppend to True causes the server to append the file being uploaded to one which exists on the server. The file to upload could be either a stream (ASource) or a name of a file which exists on the user's computer (ASourceFile).
긍게로 이렇게 하면 되겠군요 ...
sSaveFileName := 코드화#$#%;
IdFTP1.Put(OpenDialog1.FileName,sSaveFileName);
푸할할.. 어렵다 생각만 했네용 .. 즐푸~
p.s. 쓸때 없는 질문에 고개숙여 사과드립니다.~ 즐프즐프~