pvRName := 'Dongwon.Exe';
pvLName := 'C:DongWonDongWon.Exe' ;
try
@ NMFTP1.Download(pvRName, pvLName);
except
end;
위와 같이 해서 다운로드를 하는데요
Project FTPDown.exe raised exception class EAbortError with message 'Socket sendaborted'. Process stopped. Use Step or Run to continue
위와같이 다운하다 @표시 부분에서 위와같이 에러가 납니다.
이유좀 가르쳐 주세요