Post
by butte » Sun Mar 24, 2013 8:31 am
Possibly connex and now you have raised an ftp problem which apparently lies in server settings or requirements. (I first responded just to the logout/kickout problem noted by vicky241, unsunghero7, and tom92.)
The image manager's foremost job is generally to select images (which go into two different Product tabs), and (unseen) to make thumbnails from the original images that you put on the server.
If for any reason you cannot use the image manager to upload images to the server (prior OC versions without ftp capability, recent OC versions with perhaps but likely not a glitch, server settings or requirements), then you can use a normal ftp client (freeware FileZilla Client and a few others are well received) for a fairly ordinary server that does not use security certificates, or use freeware WinSCP or something similar instead for a server with dead serious security certificates that even FileZilla may or may not be able to enter.
(A) You'll need to set up the ftp client or scp client to know these several particulars, which in this list are common and not exhaustive.
1./ The host.-- Your hosting arrangements and your domain's dns values, among other things, may dictate whether that host should be identified by a decimal quad dot number (0.0.0.0 to 255.25.255.255) or by an intelligible name (example.com). Try both if need be.
2./ The host's operating system (or type).-- Linux, Windows, Auto are usual examples.
3./ Protocol.-- FTP and which type, or other.
4./ Encryption.-- Plain, explicit, implicit, etc..
5./ Logon.-- Anonymous, Normal, Passworded, Interactive, Account, etc..
6./ Access details.-- That will include combinations of:
a./ username (get the upper or lower case right),
b./ password (get the upper or lower case right),
c./ account (name or number; get the upper or lower case right),
d./ interactive or passive entry (such as answering with a password),
e./ unsecured or secured type,
f./ certificate name.extension, directory tree location (your software can self-issue a certificate for free),
g./ certificate file type (.extension; executable putty converter can help if need be),
h./ others of similar nature.
7./ Directory defaults.-- That's where to start in the directory trees on your machine and the host.
8./ Adjustments.-- You'll find settings for timezone offsets, for preserving timestamps, forcing display of hidden files, and other niceties.
9./ Transfer settings.-- Most of the time start with Passive; certain cloud servers require Active. Servers may well limit simultaneous connections (I would guess that nowadays most do).
10./ File transfer mode.-- Binary (coded, whether pictures, executables, .pdf, word-processor, etc.) and ascii (text, whether plain or html, etc.) files of various sorts need to be sent as binary or ascii. Auto is a good choice to start.
11./ Character sets.-- Auto is good, unless you know with fair certainty to set a specific character set.
(B) Your own images must be uploaded into the proper place in your store's directory tree. You'll find a directory (dir) named "image" (singular; with NO "s"). Under image/ you'll find (1) a subdir named "cache" and under cache/ a further subdir named "data" (both for images the software will make from the originals); and, also directly under image/, you'll find (2) a subdir named "data" (for the originals that you upload, and from which the software makes the thumbnails). Upload your own images into the latter place (2). You can put your own subdirs into both of the data/ subdirs to help sort pictures (somewhere along the line you will probably need to do so just to help yourself find them). Those dirs may vary a little bit among versions but the idea holds.
(C) You can use the ftp or scp client to see directory and file permissions, and to set them (technically directories are files but we all know that one can't put files in files the same way as into directories, one makes a new concatenated or edited file to do that, and we accordingly refer to them differently), as well as to make and delete your own directories (subdirs are still dirs).
Everybody goes through this, it's usually quickly understood and mastered well enough to do it.