Jump to content
Muxe Inc Forums
Sign in to follow this  
dandv

Ways to stop an FTP transfer

Recommended Posts

dandv    0

Transfer a large file via FTP.

1. Press ESC. After a (short) while, the transfer will stop.

2. Press Enter. After a (short) while, the transfer will stop.

3. Click the button using the mouse. The transfer will not stop, although you can see the button being depressed.

4. Press Space, the TVision shortcut for pressing the active button. The transfer will not stop.

5. Press 'S', the button's shortcut. The transfer will not stop.

 

My guess is AH has implemented custom handlers for 'Enter' and 'ESC' in order to 'multithread' the transfer... ?

Share this post


Link to post
Share on other sites

Hi Dan!

 

there is a custom handler, but the only "problem" with it that id doesn't dispatch the complete event tree

just keys and mouse (but not the button -> no S/SPACE/click works)

 

as soon as i restart working on FTP i try to solve all these problems

 

NOTE: i know the ftp file copy/move issues, but i want to implement a universal copy code, which can handle

every VFS the same way, i don't want to implement the whole code again for each VFS, so itll take some time

(concurrent copy etc.)

 

Stefan / AH

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×