HI,
I need to access my files on a remote site at my business. They are not local on my desktop, they are on a separate server. I can access these files in Dreamweaver by setting up a remote site. I connect to our remote server using SFTP, give the FTP hostname, login username, and password. I can Get files and Put files as needed between my local view and the remote view. I would like to have this type of access using Netbeans. Is this possible?
Main Topics
Browse All Topics





by: girionisPosted on 2008-06-04 at 05:12:56ID: 21709172
What do you mean remote access to an SFTP server? Through Java code or through the panel wheer you are trying to deploy to a server? SFTP is not a server for deployment, it's just a server to get/put files from/to.