More on Delphi Examples (General questions)
I'm Still having problems with PutFile command.
Guess I just don't get the RemotePath parameter.
below is what I am trying to do... Please give example code that will work.
FTP.RemotePath := '';
FTP.PutFile('c:cmw.log','.');
//SO FAR SO GOOD....
FTP.RemotePath := 'outgoing';
FTP.PutFile('c:copytojst.bat','.');
//The above Put method fails. Please give a working example that should work putting the file into the outgoing directory.
//I've tried multiple combinations... no success.
Complete thread:
- More on Delphi Examples - Bret, 2005-09-12, 16:42
- Re: More on Delphi Examples - Bret, 2005-09-12, 16:44
- Re: More on Delphi Examples - wodSupport, 2005-09-12, 16:47
- Re: More on Delphi Examples - Bret, 2005-09-12, 16:44