This is a static archive of the old Zorin Forum.

The information below may be outdated. Visit the new Zorin Forum here ›

If you have registered on the old forum, you will need to create an account on the new forum.

Filezilla - Error 13 Download Cannot be created

ozstar

Mon Jan 06, 2020 4:19:27 am

Hi,

I have latest Filezilla and trying to download folders from a shared server online.

When I drag or 'Download' the folder I need I get the Error 13 cannot Create. Permission Denied.

I am downloading to the folder of a html site www/html/mysite/public_html

How can I overcome this please so I can still up/download whilst in Filezilla, not the Terminal?

Aravisian

Mon Jan 06, 2020 4:59:53 am

ozstar wrote:Hi,

I have latest Filezilla and trying to download folders from a shared server online.

When I drag or 'Download' the folder I need I get the Error 13 cannot Create. Permission Denied.

I am downloading to the folder of a html site www/html/mysite/public_html

How can I overcome this please so I can still up/download whilst in Filezilla, not the Terminal?

I think that the issue is that the folder in question is still in Root. So, you are downloading as normal user and it is accessing an elevated user folder.
Could you try
Code:
cd /
sudo mkdir <FOLDER>

Or maybe
Code:
sudo su
at the outset.

ozstar

Mon Jan 06, 2020 7:11:57 am

Thanks. The latter one I think worked somehow. Not sure because I did it a different way but will try again tomorrow.

Aravisian

Mon Jan 06, 2020 12:27:39 pm

ozstar wrote:Thanks. The latter one I think worked somehow. Not sure because I did it a different way but will try again tomorrow.

Yes, as long as you are elevating privileges to Root.

Swarfendor437

Mon Jan 06, 2020 1:06:25 pm

When I first saw the thread I thought it might have been a firewall issue:

https://help.hostedftp.com/knowledgebas ... plain-ftp/

ozstar

Mon Jan 13, 2020 9:21:07 am

HI,

I see there is a new version of Filezilla which is the only one supported by them according to their forum mod.

I tried to get it but see here it said 3.28.0 is the latest.

david@david-HP-Compaq-6000-Pro-MT-PC:~$ sudo apt-get install filezilla
Reading package lists... Done
Building dependency tree
Reading state information... Done
filezilla is already the newest version (3.28.0-1).


I have download the

FileZilla_3.46.3_x86_64-linux-gnu.tar.bz2


But not sure how to install it.

oz

Swarfendor437

Mon Jan 13, 2020 1:04:45 pm

ozstar wrote:HI,

I see there is a new version of Filezilla which is the only one supported by them according to their forum mod.

I tried to get it but see here it said 3.28.0 is the latest.

david@david-HP-Compaq-6000-Pro-MT-PC:~$ sudo apt-get install filezilla
Reading package lists... Done
Building dependency tree
Reading state information... Done
filezilla is already the newest version (3.28.0-1).


I have download the

FileZilla_3.46.3_x86_64-linux-gnu.tar.bz2


First I would uninstall your current version then follow the guide here:

https://thelinuxcode.com/install-tar-gz ... ges-linux/

But not sure how to install it.

oz

ozstar

Mon Jan 13, 2020 11:43:52 pm

Thank you.

I uninstalled FZ

sudo apt-get remove filezilla

then in Downloads folder where I had FileZilla_3.46.3_x86_64-linux-gnu.tar.bz2

unzipped FZ

Code:
david@david-HP-Compaq-6000-Pro-MT-PC:~/Downloads$ tar -jxvf FileZilla_3.46.3_x86_64-linux-gnu.tar.bz2
FileZilla3/
FileZilla3/share/
FileZilla3/share/filezilla/
FileZilla3/share/filezilla/docs/
FileZilla3/share/filezilla/docs/fzdefaults.xml.example


Code:
david@david-HP-Compaq-6000-Pro-MT-PC:~$ sudo apt-get update
Hit:1 http://linux.teamviewer.com/deb stable InRelease                         
Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB]   
Hit:3 http://ppa.launchpad.ndavid@david-HP-Compaq-6000-Pro-MT-PC:~$ sudo apt-get install filezilla
Reading package lists... Done
Building dependency tree       
Reading state information... Done
filezilla is already the newest version (3.28.0-1).
The following packages were automatically installed and are no longer required:
  libabw-0.1-1 libcdr-0.1-1 libcmis-0.5-5v5 libe-book-0.1-1 libeot0
  libepubgen-0.1-1 libfreehand-0.1-1 libllvm7 libmspub-0.1-1 libmwaw-0.3-3
  libodfgen-0.1-1 libpagemaker-0.0-0 libreoffice-avmedia-backend-gstreameret/zorinos/apps/ubuntu bionic InRelease           
Hit:4 http://au.archive.ubuntu.com/ubuntu bionic InRelease                     
Hit:5 https://packages.zorinos.com/stable bionic InRelease     


then

Code:
david@david-HP-Compaq-6000-Pro-MT-PC:~$ sudo apt-get install filezilla
Reading package lists... Done
Building dependency tree       
Reading state information... Done
filezilla is already the newest version (3.28.0-1).
The following packages were automatically installed and are no longer required:
  libabw-0.1-1 libcdr-0.1-1 libcmis-0.5-5v5 libe-book-0.1-1 libeot0
  libepubgen-0.1-1 libfreehand-0.1-1 libllvm7 libmspub-0.1-1 libmwaw-0.3-3
  libodfgen-0.1-1 libpagemaker-0.0-0 libreoffice-avmedia-backend-gstreamer


So 10 millions lines of code came down then as per instructions..
https://thelinuxcode.com/install-tar-gz ... ges-linux/

david@david-HP-Compaq-6000-Pro-MT-PC:~/Downloads$ ./configure
bash: ./configure: No such file or directory


so tried this

david@david-HP-Compaq-6000-Pro-MT-PC:~/Downloads$ ./configure FileZilla_3.46.3_x86_64-linux-gnu.tar.bz2
bash: ./configure: No such file or directory


So I cannot get past that ./configure command.

Should I uninstall what i just did, and start again with another install method?

Nothing seems to be easy in Linux. Shame because I really enjoy it, until the snags that is..

Aravisian

Tue Jan 14, 2020 5:00:48 pm

Previous to "./configure"
You got this message in terminal:
"filezilla is already the newest version (3.28.0-1)."
This is saying that Filezilla is installed.

Filezilla 3.28 is available in the Ubuntu Repository.
In terminal, please try
Code:
sudo apt-get install -y filezilla

and that should install it.

IF it claims that filezilla is already installed, let's ensure a clean installation:
Code:
sudo apt-get remove --purge filezilla

then
Code:
sudo apt-get install -y filezilla

Swarfendor437

Tue Jan 14, 2020 9:18:11 pm

Don't know what went wrong ozstar, somehow your post got to the clipboard instead of my original link. Found this alternative:

https://askubuntu.com/questions/25961/h ... r-bz2-file