Upload files from FileZilla

Wizet

New Member
Messages
644
Reaction score
0
Points
0
How do you upload files from FileZilla to your own server as in your own PC server. If you still do not get what I mean then look below

Instead of trying to connect to x10 servers I want to try to connect my home PC which is C:/Abyss Web Server/htdocs. The purpose of me doing this is because I need to chmod some files.
 

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
Its simple.
Open FileZile>>File>>Site Manager>>New Site>>Enter the details>>Click ok.

Then after that
Again Open FileZile>>File>>Site Manager>>Choose you site profile>>Click Connect.


Now your local files will be listed in a tab.Select those files>>Right Click>>Upload Files.

Got it????
 

Wizet

New Member
Messages
644
Reaction score
0
Points
0
I mean for like if your using your own computer what do you put in for host.
 

Anna

I am just me
Staff member
Messages
11,750
Reaction score
581
Points
113
localhost would be a good choice
 

Wizet

New Member
Messages
644
Reaction score
0
Points
0
uh nope here's what I put in if I had a problem:
Host:localhost
Username:root
password:
port:21
 

Anna

I am just me
Staff member
Messages
11,750
Reaction score
581
Points
113
depends on how you did setup your ftp server on your computer (you can't connect through ftp without a server that answers on the machine)
 

Wizet

New Member
Messages
644
Reaction score
0
Points
0
Darn is there a free program that allows it?

Off-Topic: Whats so bad about that word?
 

Livewire

Abuse Compliance Officer
Staff member
Messages
18,169
Reaction score
216
Points
63
windows does not have chmod options (it's a *nix thing).

I ran a google search actually - NTFS supports a permissions system similar to CHMod, but fat32 assumes full permissions.


So if you're on XP or Vista with the New Type File System on drive C, CHMod will work, although it seems theres DEFINITELY some differences to this:

http://www.networkclue.com/os/Windows/commands/cacls.aspx is the Windows command for it. Frankly it's a bit aggressive though from my own experience, so be veeeeeery careful with that one.




And off topic reply, *nix = 'unix like' but shortened to avoid copyright issues. http://en.wikipedia.org/wiki/*nix

There's a ton of ones that can be considered UNIX including the linux distributions, so I always took *nix to mean "any one of the varying linux packages." Seems I'm not right either though, theres more to it than that :)
 
Top