|
From: Wendy S. <Wen...@as...> - 2002-02-26 16:23:43
|
A while ago I complained that the FTP plugin would not allow me to save files back to my "free" websites. I believe Slava suggested upgrading to the newest version of JEdit and the FTP plugin. I just did that and I'm having the same problem. JEdit 4.0pre6, FTP plugin 0.3.3. I can open a file (index.html) from ftp.tripod.com, but when I try to save it back, I get the error below. Thanks, Wendy in Chandler, AZ [debug] FtpClient: received response: 257 "/" is current directory. [debug] FtpClient: sending command: PASV [debug] FtpClient: received response: 227 Entering Passive Mode (209,202,197,151,229,111) [debug] FtpClient: sending command: TYPE I [debug] FtpClient: received response: 200 Type set to 'I' (IMAGE aka BINARY). [debug] FtpClient: sending command: STOR /#index.html#save# [debug] FtpClient: received response: 553 Permission denied. Filename '/#index.html#save#' is illegal. [debug] DirectoryCache: Deleting ftp://cse360team1@ftp.tripod.com [debug] FtpClient: sending command: CWD / [debug] FtpClient: received response: 250 Directory set to '/'. [debug] FtpClient: sending command: PASV [debug] FtpClient: received response: 227 Entering Passive Mode (209,202,197,151,229,111) [debug] FtpClient: sending command: TYPE I [debug] FtpClient: received response: 200 Type set to 'I' (IMAGE aka BINARY). [debug] FtpClient: sending command: LIST #index.html#save# [debug] FtpClient: received response: 550 Path '#index.html#save#' does not exist. [error] BufferIORequest: java.io.IOException: ftp://cse360team1@ftp.tripod.com/index.html [error] BufferIORequest: at org.gjt.sp.jedit.io.BufferIORequest.save(BufferIORequest.java:610) [error] BufferIORequest: at org.gjt.sp.jedit.io.BufferIORequest.run(BufferIORequest.java:119) [error] BufferIORequest: at org.gjt.sp.util.WorkThread.doRequest(WorkThread.java:193) [error] BufferIORequest: at org.gjt.sp.util.WorkThread.doRequests(WorkThread.java:160) [error] BufferIORequest: at org.gjt.sp.util.WorkThread.run(WorkThread.java:134) [debug] FtpClient: sending command: SITE CHMOD 644 /index.html [debug] FtpClient: received response: 502 Command 'SITE' not implemented [debug] FtpClient: sending command: QUIT [debug] FtpClient: received response: 221 Goodbye!@ Have several nice days... [debug] EditBus: org.gjt.sp.jedit.msg.BufferUpdate[source=index.html (ftp://cse360team1@ftp.tripod.com/),what=DIRTY_CHANGED,view=org.gjt.sp.jedit .View[frame0,416,-10,598x712,invalid,layout=java.awt.BorderLayout,title=jEdi t - index.html,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPa ne=javax.swing.JRootPane[,4,23,590x685,layout=javax.swing.JRootPane$RootLayo ut,alignmentX=null,alignmentY=null,border=,flags=1409,maximumSize=,minimumSi ze=,preferredSize=],rootPaneCheckingEnabled=true]] [debug] EditBus: org.gjt.sp.jedit.msg.BufferUpdate[source=index.html (ftp://cse360team1@ftp.tripod.com/),what=SAVED,view=org.gjt.sp.jedit.View[fr ame0,416,-10,598x712,invalid,layout=java.awt.BorderLayout,title=jEdit - index.html,resizable,normal,defaultCloseOperation=DO_NOTHING_ON_CLOSE,rootPa ne=javax.swing.JRootPane[,4,23,590x685,invalid,layout=javax.swing.JRootPane$ RootLayout,alignmentX=null,alignmentY=null,border=,flags=1409,maximumSize=,m inimumSize=,preferredSize=],rootPaneCheckingEnabled=true]] [debug] DockableWindowManager$Entry: Adding log-viewer with position floating |