I have an aspect script that uses a procedure call to perform an ftp. Inside this proc I change modes to ftp (pwmode 1). After retirning from the procedure I try to get back to terminal mode with "pwmode 0" and "pwmode TERMINAL" to no avail. I've stepped through my script in the debugger and nothing happens when it gets to pwmode 0. Am I missing something?