jenndhemus / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

problems with opening files and folders with ftp-connection #116

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
-What Plugin does this relate to? What version of the Plugin?

Ftpedit 0.3

-What steps will reproduce the problem?

When i open a file with Ftpedit, i can see only few first lines of the
file, and name of the opened file is different than it should be. For
example, if i try to open file named v.css, editra opens something called
vgnwysf.css.

After opening a file, i can't go to other folder. When i try, i just get
error messages like:

Error: 200 Switching to ASCII mode
or
Error: 200 Type set to A

-What version of Editra are you using? On what operating system?

Editra 0.4.88 on Windows XP

-Please provide any additional information below.

I have tried this with 3 different ftp-servers.

Original issue reported on code.google.com by jpan...@gmail.com on 28 May 2009 at 1:06

GoogleCodeExporter commented 8 years ago
Will investigate further:

The file name thing is fine it will always have a random string on the end 
because in
order to edit a file over ftp the file is downloaded to a temporary file on 
disk then
periodically updated on the site when you save the local downloaded copy. The 
real
name of the file is used when uploading the changes so the correct file will be
updated on the server.

thanks,

cody

Original comment by CodyPrec...@gmail.com on 28 May 2009 at 1:24