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.
Some more FTP-commands
Some more FTP-commands
PB 4.30
Code: Select all
onErrorGoto(?Fred)
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:
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