• 0

Questions 'bout FTP programs


Question

Since switching to Win 7, I had to get an FTP prog that works with Win 7 so I've been using the free version of IPSwitch WS_FTP LE and I noticed that the free license is going to expire in about a year and then I guess they are going to want me to buy a licesne which I think is around $55

So, if I'm going to have to eventually buy a license for an FTP program, I'd like to find on that allows me to decide where the program data folder is saved.

I use Acronis and frequently I'll roll my system back to a previous time so I'd like to have an FTP program that enables me to save all the sites I've setup over on my D Drive which is where I keep my data (I don't save anything to My Documents on my C Drive)

Anybody know of an FTP program that has this feature?

Link to comment
https://www.neowin.net/forum/topic/1124682-questions-bout-ftp-programs/
Share on other sites

19 answers to this question

Recommended Posts

  • 0

OK, so how would it work...

Would I be able to tell FileZilla that the folder for saving data is say D:/My Documents/Websites/FTP Data ?

This is what I had in mind where I could set it and forget it so when I add another website, it will automatically

be in the data folder where I have already designated.

Or, would I have to manually export the data to the folder of my choice?

Just trying to get a feel for how this one would work. Thanks.

  • 0

OK, so how would it work...

Would I be able to tell FileZilla that the folder for saving data is say D:/My Documents/Websites/FTP Data ?

This is what I had in mind where I could set it and forget it so when I add another website, it will automatically

be in the data folder where I have already designated.

Or, would I have to manually export the data to the folder of my choice?

Just trying to get a feel for how this one would work. Thanks.

If you installed FileZilla to D:/My Documents/Websites/FTP Data then if you had to reinstall windows, everything 'should' be exactly as it was next time you launch it

I have never tried that, so to be on the safe side, before reinstalling windows, file > export to your D:/My Documents/Websites/FTP Data dir would be the best bet

Everytime I reinstall windows I just export the settings and site data, then import once windows is reinstalled and everything is back to normal

Same way 'MozBackup' works for firefox profiles

EDIT - Untested, but this could possibly be the option you're looking for

Capture.PNG

  • 0

Another vote for Filezilla.

I would also recommend using the PortableApps version.

Does FileZilla save all the data in the install dir ?

If so, the portable version would be perfect to just drop in the wanted dir and forget about it, although getting updates for it would be a pain

  • 0

Yes, the 'self contained' nature of PortableApps (i.e. all config files stored in the app folder instead of the registry and elsewhere) is one of the reasons I prefer them to the 'official' versions.

Also, the update process is handled automatically from the PortableApps Platform. I run it once a week or so and am informed of any updates to the programmes I use, while for every day use I just run the application directly. This applies to Chrome, Firefox, Thunderbird, IrfanView, Filezilla, and a handful of other tools - even though I run them from C:\ and not a USB stick. I cannot even remember the last time I downloaded a new version of Filezilla from the official website, as the PortableApps Platform keeps everything up to date for me. ;)

  • 0

Yes, the 'self contained' nature of PortableApps (i.e. all config files stored in the app folder instead of the registry and elsewhere) is one of the reasons I prefer them to the 'official' versions.

Also, the update process is handled automatically from the PortableApps Platform. I run it once a week or so and am informed of any updates to the programmes I use, while for every day use I just run the application directly. This applies to Chrome, Firefox, Thunderbird, IrfanView, Filezilla, and a handful of other tools - even though I run them from C:\ and not a USB stick. I cannot even remember the last time I downloaded a new version of Filezilla from the official website, as the PortableApps Platform keeps everything up to date for me. ;)

Sounds like the perfect solution then, nice one :)

  • 0

Wow, I'd better stick with the regular version... the latest portabile version is from May 7th, 2006.

I guess I could try it, but I'm kinda leary on using software that hasn't been updated for over 6 years....

where did you see that? https://i.minus.com/iDRxB26nI2PsE.png

  • 0

Wow, I'd better stick with the regular version... the latest portabile version is from May 7th, 2006.

I guess I could try it, but I'm kinda leary on using software that hasn't been updated for over 6 years....

Date added: 2012-11-29

Hasn't even been six weeks. :laugh:

  • 0

I went to http://portableapps....version_history

which shows the version history, and it appears that the last update was

back in 2006

But, the front page does say it is currently Version 3.6.0.2 so

maybe they just haven't updated their version page.

Also, does this program automatically detect file types

like IPSwitch WS_FTP LE ?

  • 0

It wants me to put in the "port" .... I'm just uploading a website and did not have to enter that in IPSwitch WS_FTP LE so what do I put there?

Port 20 or 21 for FTP

I just leave it blank and choose the FTP option and it works fine

https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers

  • 0

It wants me to put in the "port" .... I'm just uploading a website and did not have to enter that in IPSwitch WS_FTP LE so what do I put there?

just keep it empty in filezilla, it's not required ^^

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Microsoft explains how it made Teams so much faster in 2026 by Usama Jawad Microsoft Teams is Redmond's flagship online communication and collaboration tool, primarily used in enterprise, government, and school environments. It regularly receives updates, with Microsoft frequently revealing features currently in development as well, such as Efficiency Mode and a dedicated app for meeting recaps. Now, the company has shed some light on the backend enhancements it has made to its popular software in 2026. During the first half of 2026, switching between chats has become 20% faster on desktop and web, which is especially great for less powerful devices or hardware on weak networks. Microsoft explains that it tracks two types of chat switches. The first is a warm switch, which relates to returning to a recent chat, in which case it is most likely already present in memory and should load extremely fast. The other is a cold switch where a chat that hasn't been opened recently is now opened. Naturally, the second type of chat switch was causing the most notable latency spikes. Microsoft realized that this was happening because of three reasons. First, the query to fetch conversation data was being fired too late. Next, queries were being sent sequentially, increasing the overall round-trip time. Finally, there was no handling of response priority, which meant that non-critical responses would sometimes block the main thread. Microsoft solved all of these problems by firing the data query immediately, bundling queries to be sent together so that they wouldn't create a "waterfall" effect, and enabling faster painting of the frame. As a result, warm and cold switches now have almost the same latency, and the only distinguishable difference between them is due to the data layer response time. Next, Microsoft focused on reducing app hangs and freezes on macOS and iOS by 35%. On macOS, the company has a health monitor thread running in the background that does exactly what it says on the tin. The tech firm built a dedicated StackDecoder tool to analyze health monitor's output at scale. Through this combination, it decided to move several error reporting and monitoring threads either to the background or treated them as an asynchronous call so that they wouldn't block the main thread, causing Teams to freeze. On iOS, the same result was accomplished through optimization of computations, caching, offloading operations from the main thread, refactoring database access behaviors, deferring non-critical tasks, and more. On a related note, it also made people search 25% on iOS by optimizing the query pipeline, and efficient database task queuing and scheduling. However, Microsoft has emphasized that improving Teams' performance is an ongoing endeavor, and that it hopes that these efforts will continue to make the software a reliable partner in online communication scenarios. On a related note, Microsoft recently unveiled some upcoming performance upgrades for OneDrive on macOS too, and you can check those out here.
    • Let Apple have its way, as customers will eschew Apple in favor of more open solutions--which is what they should be doing anyway!... I'm not a fan of Apple at all, but when the lawyers in the EUC start dictating to companies how their software should be made, I think the companies should just drop the EU altogether as a market. EUC lawyers make a mint every time they levy a fine on a successful American software company. What a racket. The EU consumer should be the final word on what products he buys and which ones he doesn't, but the EUC seeks to put itself into the position of the EU customer, and make those decisions for him, under the guise of "helping him." Q. What do you do when the person at your door says, "Hi! I'm from the government, and I'm here to help you make intelligent buying decisions!" A. Grab your possessions and run for the hills...
    • Just another show from my childhood ruined by wokeness 'politically correct' BS. They should let some things just die out gracefully.
  • Recent Achievements

    • First Post
      StaticMatrix earned a badge
      First Post
    • Week One Done
      StaticMatrix earned a badge
      Week One Done
    • Rookie
      lamborghiniv10 went up a rank
      Rookie
    • One Month Later
      pinnclepd earned a badge
      One Month Later
    • First Post
      X-No-file earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      518
    2. 2
      PsYcHoKiLLa
      210
    3. 3
      +Edouard
      147
    4. 4
      Steven P.
      94
    5. 5
      ATLien_0
      81
  • Tell a friend

    Love Neowin? Tell a friend!