octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FTP objects


From: Judd Storrs
Subject: Re: FTP objects
Date: Mon, 30 Nov 2009 19:58:06 -0500

| Another question is should I store the password in the FTP object? If I
| want to be able to save the FTP objects to a file and have them work
| when reloaded, then this is needed. However, it can represent a security
| risk, though not much of a one as the password is stored in the octave
| history when the handle was first created. Should I care?

Another good option could be to let @ftp objects fallback to the
.netrc file for missing credentials (i.e. blank usernames and
passwords). Then objects could be created without passwords in the
history or in stored objects. (I haven't actually used the new octave
@ftp object so that may already work)


--judd


reply via email to

[Prev in Thread] Current Thread [Next in Thread]