LIMITER Posted February 10, 2008 Posted February 10, 2008 Here's what you need :("ftp://NewUser@mydomain.com:MyPassword@mydomain.com/directory/test.txt")("ftp://NewUser%40mydomain.com:MyPassword@mydomain.com/directory/test.txt")This works
PcExpert Posted February 11, 2008 Author Posted February 11, 2008 Thanks Limiter, it works! Does autoit support SFTP (FTP over SSL) ?
LIMITER Posted February 11, 2008 Posted February 11, 2008 Thanks Limiter, it works!Does autoit support SFTP (FTP over SSL) ?I don't know if it supports ...
PcExpert Posted February 11, 2008 Author Posted February 11, 2008 OK, so if I include winscp and let it handle the sftp (FTP over SSL) things. Is it save to distribute the script then? Can others still see usernames,passwords in any way?
FreeFry Posted February 12, 2008 Posted February 12, 2008 (edited) So you are planning on distributing this script? In that case, no, your details are not entirely safe. The compiling process does do a decent job of mixing stuff up and making a script hard to read if it were to be decompiled, which as I understand is only nearly impossible, not completely impossible, but it's still possible. As near as I can figure there isn't really any simple way to safely transfer data back and forth over the internet.As said by Saunders, there's no real safe way to send data over the net. SSL would probably make it harder though...I would say this, create a user account on the webserver, which only has access to create new and write new files, not modify.That would make it less dangerous if the password would be 'leaked'.. Edited February 12, 2008 by FreeFry
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now