Today Posts Today Posts
1

NEW POSTS

0

NEW BLOGS

  • Register
  • Help


Enter Your Recent Payments
  • Affiliate Program
  • Payment Date
  • Payment Method
  • Prime Partners
    May 23rd
    Neteller
  • Intertops
    May 22nd
    Player Account
  • iNetBet Affiliate
    May 21st
    Player Account
  • Euro Partners
    May 19th
    Moneybookers
  • Star Partner
    May 18th
    Payspark
  • Gambling Wages
    May 18th
    Neteller
  • Totesport Affiliates
    May 17th
    Player Account
  • Wagershare
    May 16th
    Moneybookers
  • Uffiliates
    May 16th
    Moneybookers
  • WinTingo Affiliates
    May 16th
    Moneybookers
Recent Affiliate Payment
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17

Thread: Secure FTP?

  1. #11
    bonusgeek is offline Affiliate Guard Dog Member
    Join Date
    Jan 2009
    Posts
    208
    Thanks
    87
    Thanked 192 Times in 101 Posts

    Default

    Quote Originally Posted by rak View Post
    I use cute ftp pro.. it has sftp using ssh2.

    One of the servers I have, has been setup so that you have to use SFTP to connect to it. Regular FTP throughs you back out.
    That's interesting Rakesh. Im gonna check into something like this with my main websites.

  2. #12
    AussieDave is offline Former AGD Member
    Join Date
    Nov 2007
    Location
    Australia
    Posts
    684
    Thanks
    366
    Thanked 303 Times in 199 Posts

    Default

    Quote Originally Posted by Daera View Post
    I love Filezilla.
    So do I but my two VPS's don't. They crack the sh#ts with the multiple connections. I have other sites on shared hosting here in OZ and they're fine.

    Keep forgetting to contact support (both VPS's are fully managed) and get them to sort this issues out as Filezilla certainly hammers the files up when running on all cylinders.

    As as back up I use Core_FTP...

    I don't use Dreamweaver's FTP facility any-more after hearing issues about it being not too secure.


    Cheers

    Dave

  3. #13
    Guard Dog's Avatar
    Guard Dog is offline Guard Dog
    Join Date
    Dec 2006
    Location
    Wisconsin
    Posts
    4,807
    Thanks
    1,295
    Thanked 2,323 Times in 1,205 Posts
    Blog Entries
    1

    Default

    You can force Filezilla to *not* do that Easier than changing FTP clients, IMO.

  4. #14
    AussieDave is offline Former AGD Member
    Join Date
    Nov 2007
    Location
    Australia
    Posts
    684
    Thanks
    366
    Thanked 303 Times in 199 Posts

    Default

    Quote Originally Posted by Guard Dog View Post
    You can force Filezilla to *not* do that Easier than changing FTP clients, IMO.
    Thanks mate

    I've tried to lessen the number of connections in options but it still causes issues. I've had time out issues with both VPS plans going way back to 07 when I first got them. Something to do with the firewalls. Support fixes the issue. But when they do upgrades they forget to keep the settings and they revert back to generics. Damn frustrating I can tell you.

    I'm sick of writing support tickets for this issue. But I'll have to pull the digit out and make sure this time they fix it for good.

    Maybe this is what's causing the Filezilla issue.


    Cheers

    Dave

  5. #15
    dojo is offline Junior Member
    Join Date
    May 2012
    Posts
    8
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default

    Quote Originally Posted by bonusgeek View Post
    Anyways by question is does anyone here use secure ftp when uploading their website files? I recently read that regular ftp shows usernames and passwords in plain text, so I am just curious how other webmasters upload files. I use dreamweaver for all my websites, but I have not been using secure ftp to upload files. How does the savvy webmaster upload his/her files?
    I know this is an old post but I have some relevant info on this that you should know. Saved Filezilla passwords are wide open unfortunately. If your machine gets hacked, your empire is vulnerable.

    1. Hit Ctrl+Alt+Del to bring up Task Manager
    2. Select File->Run...
    3. Type in %appdata% and hit enter
    4. Look for a folder called Filezilla and open it
    5. Use a text editor to open the file recentservers.xml

    I do have a fix* supplied on another forum but I'm unsure about forum rules here for posting code so I'll ask a mod to give me the green light

    Paul

    *It worked for me!

    Backup your target files before making any changes!!

  6. #16
    Guard Dog's Avatar
    Guard Dog is offline Guard Dog
    Join Date
    Dec 2006
    Location
    Wisconsin
    Posts
    4,807
    Thanks
    1,295
    Thanked 2,323 Times in 1,205 Posts
    Blog Entries
    1

    Default

    Quote Originally Posted by dojo View Post
    I do have a fix* supplied on another forum but I'm unsure about forum rules here for posting code so I'll ask a mod to give me the green light

    Paul
    Go ahead an post that, Paul! That is good, quality information. I use WS_FTP, so I don't think I have that issue.. but now I am going to do a quick search to verify

  7. #17
    dojo is offline Junior Member
    Join Date
    May 2012
    Posts
    8
    Thanks
    2
    Thanked 1 Time in 1 Post

    Default

    Hey Andy, cheers

    I don't normally share code between Aff forums however this addresses a security vulnerability that we should all be aware of. Please be clear that after doing this you won't have saved passwords in filezilla - it's a loss of a handy feature but could save a lot of heartache. YMMV

    I have used this method and my password files show as empty so it definitely works but be sensible when editing any code - I've no idea if/how this works for mac users, sorry

    Thanks to SkolVikings at the other place for sharing this fix

    -------------------
    1. Close FileZilla if it's running.

    2. In Windows Explorer, browse to "%appdata%\FileZilla" (or use the method in my earlier post)

    3. Backup the following files - Do not edit any code without a backup, no mater how simple!!

    * recentservers.xml
    * sitemanager.xml

    3.1 Edit those files using a text editor

    4. In the recentservers.xml file, delete everything between <RecentServers> and </RecentServers> and save the file.

    The contents of the file should now be similar to this:


    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <FileZilla3>
    <RecentServers>
    </RecentServers>
    </FileZilla3>

    5. In the sitemanager.xml file, delete everything in-between <Servers> and </Servers> and save the file.

    The contents of the file should now be similar to this:

    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <FileZilla3>
    <Servers>
    </Servers>
    </FileZilla3>

    Warning: Removing this information from the sitemanager.xml file will delete all the stored FTP site user/password information. If you don't have a copy of this information anywhere else, you will want to note it down somewhere secure before deleting it from the file - The backups of the original files will do but save them as a text file under a new name like 'grandmas-christmas-card-list.txt' and in a different directory, different machine or flash drive so a hacker can't find them if they do get onto your machine - sensible precautions.

    6. Open "C:\Program Files (x86)\FileZilla FTP Client" or "C:\Program Files\FileZilla FTP Client" (depending on your version of Windows)

    7. Using the text editor from step #3.1, create a new file named: "fzdefaults.xml"

    8. Paste the following XML code as the contents of "fzdefaults.xml" and then

    save the file:

    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    <FileZilla3>
    <Settings>
    <Setting name="Kiosk mode">1</Setting>
    </Settings>
    </FileZilla3>

    9. From now on, FileZilla will not store any passwords whatsoever. If you want to setup your sites in the FileZilla Site Manager, in the Logon Type drop-down
    menu, choose "Ask for password." (But don't worry, you'll get prompted with an error if you pick the wrong setting.)

    10. Whenever you connect to a site, it's okay to checkmark "Remember password for this session." That just keeps the password in memory while FileZilla is open. It has nothing to do with saving the passwords in clear text on your hard drive.

    Summary: It sounds like a lot of steps, but actually it's really easy. Some will argue that a person shouldn't have to go through all of this to secure an FTP client, and they have a point. I'm not trying to argue that.The point of this post is merely to show you the steps needed to secure FileZilla, if it's the FTP client that you choose to use.

    -------------------

    HTH

    P

  8. The Following User Says Thank You to dojo For This Useful Post:

    Engineer (05-09-2012)

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •