Editing Source Files using Eclipse and FTP: Difference between revisions

From Try-AS/400
Jump to navigation Jump to search
Line 7: Line 7:


== Setting up a filter to access files ==
== Setting up a filter to access files ==
 
You can access your files by browsing the filesystem's root, but this is much more handy:
* Create a new filter:<br/>[[Image:FTPEclipse04.png]]





Revision as of 22:43, 7 October 2019

You can access all your files using FTP. This article will show you how to Edit-In-Place with Eclipse Neon.3 and Remote Systems Extension.

Setting up the connection

  • Add a new connection:
    FTPEclipse01.png
  • Choose FTP:
    FTPEclipse02.png
    Input your hostname, username and so on.
  • Open Preferences and set transfer mode for files to ASCII:
    FTPEclipse03.png

Setting up a filter to access files

You can access your files by browsing the filesystem's root, but this is much more handy:

  • Create a new filter:
    FTPEclipse04.png