Image Problems

Hi,
Im a first time user of SmartFTP (first time Ive tried FTP'ing anything).
Ive managed to upload my web pages to Dreamhost but without any images. The webpages were already created with Frontpage, I just had to make a few alterations. Ive been told that if I drag my images folder to the same place as my webpages in SmartFTP, they will automatically be inserted into the webpages.
I keep getting this message wether I try one image at a time, or the whole images folder.
Please Help!

11:42:29] Remote file exist check: "3.GIF".
[11:42:29] TYPE I
[11:42:29] 200 Type set to I
[11:42:29] SIZE 3.GIF
[11:42:29] 550 3.GIF: No such file or directory
[11:42:29] File size check (SIZE) failed. File not found or permission denied.
[11:42:29] PASV
[11:42:29] 227 Entering Passive Mode (208,113,193,16,194,194).
[11:42:29] Opening data connection to 208.113.193.16 Port: 49858
[11:42:29] STOR 3.GIF
[11:42:30] 150 Opening BINARY mode data connection for 3.GIF
[11:42:31] 27265 bytes transferred. (22.7 KB/s) (00:00:01)
[11:42:31] 226 Transfer complete.
[11:42:31] MDTM 20070409143819 3.GIF
[11:42:31] 550 20070409143819 3.GIF: No such file or directory
[11:42:31] SIZE 3.GIF
[11:42:31] 213 27265
[11:42:31] TYPE A
[11:42:31] 200 Type set to A
[11:42:31] PASV
[11:42:32] 227 Entering Passive Mode (208,113,193,16,183,172).
[11:42:32] Opening data connection to 208.113.193.16 Port: 47020
[11:42:32] LIST -aL
[11:42:32] 150 Opening ASCII mode data connection for file list
[11:42:32] 750 bytes transferred. (4.25 KB/s) (172 ms)
[11:42:32] 226 Transfer complete.
[11:42:32] Transfer successful.

Hi check if the filenames inside the html are on CAPITALS or no, if the filename inside the html is 3.gif change the capitals on server to non capitals because if the server is on a *nix 3.GIF is diferent to 3.gif

Hi check if the filenames inside the html are on CAPITALS or no, if the filename inside the html is 3.gif change the capitals on server to non capitals because if the server is on a *nix 3.GIF is diferent to 3.gif

Thanks for that.
Next Question is........
How do I do that?
As soon as you said "inside the html" I was lost.
Can you expalin it in VERY simple terms please.

Change the view mode to Split, go to the missing img, select it, then at the code view you can see something like:

<img border="0" src="file:///C:/Documents%20and%20Settings/username/My%20Documents/My%20Pictures/03.gif" width="64" height="64"> or
<img border="0" src="03.gif" width="64" height="64">

If you have the 1st thing, change it to second mode, also you can try <img border="0" src="image.GIF" width="64" height="64">

Change the view mode to Split, go to the missing img, select it, then at the code view you can see something like:

<img border="0" src="file:///C:/Documents%20and%20Settings/username/My%20Documents/My%20Pictures/03.gif" width="64" height="64"> or
<img border="0" src="03.gif" width="64" height="64">

If you have the 1st thing, change it to second mode, also you can try <img border="0" src="image.GIF" width="64" height="64">


Im guessing your mean split in Frontpage. Problem is, its not just one image, theres about 50 or more, from a few different webpages.
If all the images are .JPEG and .GIF, isnt there a way of just changing them to .jpeg and .gif?

If you give me a link maybe i can tell you what's the problem, but this is not related to SmartFTP

If you give me a link maybe i can tell you what's the problem, but this is not related to SmartFTP


Hi Aokromes,
Ive sent you the links in a PM, hope thats ok.