Page 1 of 1

Some more FTP-commands

Posted: Tue Sep 23, 2008 3:58 pm
by AND51
Hello!

Some time ago a german forum member asked about stopping a FTP-transfert.
He currently sends a FTP file in a thread and kills it KillThread(), which is not healthy at all.
Oviously, he is too new in the community, so I'd like to place a feature request for him into this sub-forum.

Can you please add some kind of callback-possibility and the possibility to abort a transfert?

Maybe, other users can write down more useful ideas in here.

Posted: Mon Nov 24, 2008 5:51 pm
by graves
For me, can be very usefull to use "quote" ftp-command.
This command allows to execute programs on my ftp-server.

my typical ftp command sequence sounds like:

Code: Select all

put localfile.txt SERVERFILE             ; send a file to server
quote CALL PGM(MYPGM)                ; execute a program on the server
get NEWSRVFILE newlocalfile.txt      ; get output file from server