-
I thing a progressbar while uploading would be great.
And more response if server-parms not right.
For now, if i left the / before "PATH" nothing will happen, and no response to the user. Here must be a response from the server.
Anyway good Plugin... Thanks :-)
2007-08-10 08:39:08 UTC by nobody
-
If I try to upload a file which is in a subfolder of my project on a windows machine to a unix machine, then it is uploaded in a subdirectory containing a \, and not in a second subdirectory.
Example:
on windows:
Project\web\subdir\test.jsp
gives on the unix:
Project/web\subdir/test.jsp
which should be:
Project/web/subdir/test.jsp.
2007-07-13 07:27:22 UTC by nobody
-
Can we have an option to change the Line endings on the uploaded file? So I can upload from a Windows based machine to a Linux server and have appropriate line endings. This may be considered an issue within Eclipse, but I consider it a deployment issue.
Thanks.
2007-06-15 18:36:01 UTC by tbolick
-
It would be great if there was a way to have the upload also do a CHMOD on the file. That way I can deploy a brand new executable file and set it to be executable on the server.
2007-06-15 18:25:42 UTC by tbolick
-
Could we please get a new option in the Eclipse "Keys" prefences, allowing us to set a keyboard shortcut that will upload the file currently being edited in the active editor?
Ideally one would be able to press CTRL-S and CTRL-SHIFT-U or similar straight after to both save and upload the current file to its default location.
Thanks!
2006-12-14 03:08:32 UTC by nobody
-
I am using eclipse in windows 2000
When i upload a file like this one:
Myproject\folder1\folder2\file.txt
DeployerFTP creates a directory named
"folder1\folder2" (it is the name of the folder, not
the path) and put file.txt inside.
It does not put the file inside the folder2 directory
on my FTP server, like it should.
This is because of the "\" signs that exists in
windows...
2006-10-26 22:28:13 UTC by lamyseba
-
Hello,
THANKS for this plugin for Eclipse.
Sorry for my english but I am Spanish.
I have Eclipse 3.2. The only failure is that it upload
the files to the directory root, does not upload them
to the path of the project.
I programme in php, but I would like to know java and
to help. I'm sorry.
Thanks for it.
Alejandro.
2006-09-20 23:02:52 UTC by nobody
-
Sorry for the delay. The next version of Eclipse DeployerFTP is available for testing. Please report any errors.
Changelog
- Fixed Tracker 1497579 custom ftp port support
- Fixed Forum FTP from Windows to Unix problem
- Minor Fixes.
2006-08-24 10:59:39 UTC by stonyyy
-
As promised I submitted the code today and I would like to hear your comments, feature request and bugs infos. I would also like to dedicate the project to Joachim Deckers. Thanks to the open source community and here I try to give a little bit back want I got from you.
2006-05-29 08:28:43 UTC by stonyyy
-
stonyyy committed patchset 1 of module DeployerFTP to the Eclipse DeployerFTP CVS repository, changing 225 files.
2006-05-29 07:53:41 UTC by stonyyy