I'm looking for a file/ftp host with domain parking / custom domains which allows me to upload all kinds of files. I do not need a lot of hosting space or bandwidth.

I'm a little new to this, so do you guys have any suggestions as to which hosts are reliable and cheap?

Dani AI

Generated

asked for a low-cost file/FTP host that supports a custom domain and can serve arbitrary files. ’s reply points toward a hosted site-builder option; below are practical alternatives, trade-offs, and quick steps that remain useful long after the original thread.

  • Cheap shared web hosting with FTP. Pros: straightforward FTP access, simple DNS/name-server setup and typically the lowest monthly cost. Cons: some hosts limit certain file types or large executables, and shared accounts can throttle atypical traffic patterns. Quick note: pick a host that explicitly allows adding/parking custom domains (add-on or parked domain in the control panel).

  • Object storage + CDN. Pros: very reliable for arbitrary files, pay-as-you-go storage, easy URL-based delivery and scale. Cons: requires slightly more setup (bucket policies, DNS/CNAME or a CDN layer) and often uses S3-compatible tools instead of classic FTP. This approach is ideal when reliability and HTTPS on a custom domain matter.

  • Hosted “site-builder” / file-sharing services. Pros: easiest UI and built-in custom-domain options. Cons: many place limits or restrict certain file types; check terms before relying on them for arbitrary uploads.

Example: common quick setup for FTP/shared hosting

  1. Add the domain to the host’s control panel as an addon/parked domain.
  2. Point the domain’s nameservers or set an A/CNAME record per the host’s instructions.
  3. Create an FTP account, upload into the public directory, and confirm file permissions (usually 644).
  4. If certain file types should force download, add a small .htaccess snippet:
<IfModule mod_headers.c>
  <FilesMatch "\.(?i:exe|msi|zip|rar)$">
    Header set Content-Disposition "attachment"
  </FilesMatch>
</IfModule>

Troubleshooting & cautions: verify the domain is added in the host control panel (not just DNS), allow DNS propagation time, check server MIME settings and file permissions, and confirm the host’s acceptable-use policy (many hosts forbid distributing copyrighted or malicious content).

I realize that this post is about a month old, but i am new to this forum.. so i am trying to catch up here.

I use a service called Squarespace. It allows me to upload any filetype i want, any size i need, and host them with a custom domain. it allows me to custom create a website myself, or if you need, you can select from and customize templates that are pre-existing on their site. I highly reccomend them for a less expensive, and professional solution.

http://www.squarespace.com

I'm looking for a file/ftp host with domain parking / custom domains which allows me to upload all kinds of files. I do not need a lot of hosting space or bandwidth.

I'm a little new to this, so do you guys have any suggestions as to which hosts are reliable and cheap?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.