How long does a new clean install take?

Rho Delta

Well-known member
filezilla is trying to upload like over 1700 files, when it looks like there are only about 50.... is this right?
 
There are a lot of files to upload if that is what you are asking. I just checked my 1.03 and it appears to be about 2,300 files and about 16.5MB.

(right click on the folder, properties)

There are other ways to upload things that is quicker, if you are familiar with unzipping on the server itself.
 
I always upload the .zip and via the CLI (ssh2) I unzip it and move the content of upload/ to the right dir.

mkdir 104
cd 104
unzip xen[tab]
cp -r upload/ ../public_html/*

If I remember correctly.
 
Top Bottom