Ipfs share links

Hi all,

Im pretty new to IPFS , im playing around a bit.

Is there any way to have the way the links work changed?

Currently i have a test file like this:

https://ipfs.io/ipfs/QmNw9Vxn7zXxNRSb7EW3DeKhmeqSTy7iErdG8DiT8qtDyX?filename=testhash.txt

I would like to see it working as: https://ipfs.io/ipfs/QmNw9Vxn7zXxNRSb7EW3DeKhmeqSTy7iErdG8DiT8qtDyX/testhash.txt or whatever file name i use, is this a configuration thing?

You need to create a folder that contains your file.
ipfs add --recursive or ipfs add --wrap-with-directory is what you want.