Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

IFTP issue

May
603
0
I used IFTP with a private user/password to my site. After doing
several FTP operations, I used IFTP /C to close the connection but it
automatically re-connected when I did something like DIR FTP:

For security reasons, I need to be able to have some way to close the
connection so it can't come back. What's the way to do that?

--
2008 Fridays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Saturday.
Measure wealth by the things you have for which you would not take money.
 
Jim Cook wrote:

> I used IFTP with a private user/password to my site. After doing
> several FTP operations, I used IFTP /C to close the connection but it
> automatically re-connected when I did something like DIR FTP:
>
> For security reasons, I need to be able to have some way to close the
> connection so it can't come back. What's the way to do that?

Alias it to something like:

alias closeftp=*iftp /c & iftp ftp://foo.bar >& nul

The second iftp (to a bad address) will overwrite the saved ftp address
from the first iftp.

Rex Conn
JP Software
 

Similar threads

Back
Top