Answer the question
In order to leave comments, you need to log in
Delphi-XE6 upload files to FTP server broken, why?
I am writing an FTP client in Delphi-XE6 IDE. I am using the following code:
IdFTP1.Connect;
IdFTP1.ChangeDir(FolderName);
IdFTP1.Put(Indnum, Indnum);
IdFTP1.Disconnect;
Timer3.Enabled := True;
Timer4.Enabled := False;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question