On Thu, 2 Oct 2008, Cj wrote: >Is there a way to encrypt a flat file or a database file so it can be ftp >or sftp to a remote windows system?
you can use sftp/scp if the Windows system was installed with a SSH server. you can use OpenSSL to encrypt the file and use plain FTP then, for example, and install OpenSSL on the Windows side: openssl enc -aes-128-cbc -in file -out file.encrypted openssl enc -d ... there are more options like this. I don't know if there is anything you could use if you have *only* default installs for Solaris and Windows. J. -- Jan Pechanec