View remote file system

Hello to all.
I have just implemented a simple client/server application which enables file transfers.
I would like to know if there is a way of implementing a remote file viewer in which i will be able to send requests and download files. My primary concern is to be able to view the remote file system of a server on a client computer. Please note that its a two-way application i.e. part of the software is installed on the client, part of it is on the server.
I have browsed through the forums and concluded that it is not possible to do this using a JFileChooser.
Anyone has any ideas regarding this matter?
Kind Regards
Christophoros

hi JaWarrior, thanks for your reply. I think i've read this solution somewhere else in the forums. The solution was like yours collecting the remote file system and sending it to the client. So if i got this straight i should have the server component sending lets say an array of strings with the files of the current working directory to the client?
Also could you please provide an example on how do i go on and grab the contents of a directory?
Many thanks to all

Similar Messages

  • Trying to view Ipad file system using a computer running Windows 7?

    I'm trying to view my Ipad file system using my computer but i can only see the DCIM folder why is that?

    iDevices do not have an accessible file management system for security reasons.

  • Installed to DW4 and can't view remote files - version control

    I have just set up my new laptop with DW4 adn can upload files, but in the files panel, for some reason, I can't just connect to the ftp server and view the files.  Any idea why?
    All it says is "define its version control settings"  why is this? in DW3 - I was just able to click the connect icon and boom, it shows you the files?
    strange?
    tia

    Hi
    The only time I have encountered this was when I 'tried' to use dreamweavers built in subversion integration, (too many problems).
    All I can suggest is to try product support at - http://www.adobe.com/support/programs/.
    PZ

  • Implementing a remote file system to use with JFileChooser

    Hi all
    What I want to do is create a virtual file system so that I can browse through it with JFileChooser, select a file, and then take the correct action. If anyone has something like this that they can post it'd be much appreciated. Otherwise, does anyone have any advice about creating a navigation tool for traversing a vertual file system?

    It appears that some people have indeed created some graphical FTP clients incorporating JFileChooser capabilities. The first entry on the search (and a few others) appear useful.
    http://www.google.com/search?num=100&hl=en&c2coff=1&q=java+ftp+client+jfilechooser

  • How to work with the remote file system

    Hi all,
    I want to know how we can work with the remote file sytem.
    Code should be some thing like
    File f = new File("//10.22.33.122/images")
    images is share name..
    i want the file names of all the images in that shared folder...
    Thanks in advance,
    Srinivas N

    try this one:
    File f = new File("//10.22.33.122/images")
    File[] files = f.listFiles(new FilenameFilter() {
         public boolean accept(File dir, String name)
    // Specify the extentions of files to be included.
         return name.endsWith(".bmp") || name.endsWith(".gif");
    // get names of the files
    String[] fileNamesArray = null;
    for (int indx = 0; indx < files.length(); indx++)
    fileNamesArray[indx] = files[indx].getName();
    return fileNamesArray;

  • How to Stop Finder WEBDAVFS from requesting .hidden, ._Directory , ._FileName files after Remotes File System Mount has happened?

    Hi,
    After I have mounted remote directory on Finder , Finder requests for all file types including .hidden, ._Directory , ._FileName files and all such files which is creating havoc to the performance of the Finder.
    Case 1 : In one Directory I have 500 files+directories. When the Finder tries to fetch the directory content it is sending requests for even .hidden, ._Directory , ._FileName files and so the request count grows exponentially causing breakdown for Finder. Its taking 10 mins to load the directory. The same directory request when posted by Transmit by Panic it loads within 30 secs. Transmit do not send request for ._*  files/directory.
    I am rejecting request for all hidden file request but they keep on coming in thousands.
    Case 2 : Finder tries to refresh the file listing whenever the Finder window is brought to Focus.
    Any help is appreciated. When I try to use find for such files to delete I see no listing! 
    Used : ls -1aR /Volumes/InquiraWebDAV
    To demostrate the problem please check example log :
    Response XML1:
    </D:multistatus>
    Client IP =17.1.1.1 clientHeaderAgent=WEBDAVFS/1.9.0 (01908000) DARWIN/11.3.0 (X86_64)
    DSID from cache =281950648 and path=/CUSTOMER_RELATIONS_VIEW/untitled folder/.DS_Store
    here4
    Mar 7, 2012 12:51:17 PM org.apache.catalina.core.ApplicationContext log
    INFO: webdav: [PROPFIND] /CUSTOMER_RELATIONS_VIEW/untitled folder/.DS_Store
    Client IP =17.1.1.1 clientHeaderAgent=WEBDAVFS/1.9.0 (01908000) DARWIN/11.3.0 (X86_64)
    DSID from cache =281950648 and path=/CUSTOMER_RELATIONS_VIEW/untitled folder/._untitled folder 3
    here4
    Mar 7, 2012 12:51:17 PM org.apache.catalina.core.ApplicationContext log
    INFO: webdav: [PROPFIND] /CUSTOMER_RELATIONS_VIEW/untitled folder/._untitled folder 3
    Client IP =17.1.1.1 clientHeaderAgent=WEBDAVFS/1.9.0 (01908000) DARWIN/11.3.0 (X86_64)
    DSID from cache =281950648 and path=/CUSTOMER_RELATIONS_VIEW/untitled folder/._untitled folder 2
    here4
    Mar 7, 2012 12:51:17 PM org.apache.catalina.core.ApplicationContext log
    INFO: webdav: [PROPFIND] /CUSTOMER_RELATIONS_VIEW/untitled folder/._untitled folder 2
    Client IP =17.1.1.1 clientHeaderAgent=WEBDAVFS/1.9.0 (01908000) DARWIN/11.3.0 (X86_64)
    DSID from cache =281950648 and path=/CUSTOMER_RELATIONS_VIEW/untitled folder/._untitled folder
    here4
    Mar 7, 2012 12:51:17 PM org.apache.catalina.core.ApplicationContext log
    INFO: webdav: [PROPFIND] /CUSTOMER_RELATIONS_VIEW/untitled folder/._untitled folder
    Client IP =17.1.1.1 clientHeaderAgent=WEBDAVFS/1.9.0 (01908000) DARWIN/11.3.0 (X86_64)
    DSID from cache =281950648 and path=/CUSTOMER_RELATIONS_VIEW/untitled folder/
    here4
    Mar 7, 2012 12:51:17 PM org.apache.catalina.core.ApplicationContext log
    INFO: webdav: [PROPFIND] /CUSTOMER_RELATIONS_VIEW/untitled folder/
    inside doProfind() path=/CUSTOMER_RELATIONS_VIEW/untitled folder/
    req.getHeader('Depth')=1
    Request XMl:<?xml version="1.0" encoding="utf-8" standalone="no"?><D:propfind xmlns:D="DAV:">
    <D:prop>
    <D:getlastmodified/>
    <D:getcontentlength/>
    <D:creationdate/>
    <D:resourcetype/>
    </D:prop>
    </D:propfind>
    Element Node=#text |
    Element Node=D:prop | null
    Element Node=#text |
    {281950648=[AOS_VIEW, APPLECARE_ALLGEOS, CUSTOMER_RELATIONS_VIEW, EXECUTIVE_RELATIONS_VIEW]}281950648
    temp=/AOS_VIEW/  ###   temp1=/CUSTOMER_RELATIONS_VIEW/UNTITLED FOLDER/  isAllowed=false
    temp=/APPLECARE_ALLGEOS/  ###   temp1=/CUSTOMER_RELATIONS_VIEW/UNTITLED FOLDER/  isAllowed=false
    temp=/CUSTOMER_RELATIONS_VIEW/  ###   temp1=/CUSTOMER_RELATIONS_VIEW/UNTITLED FOLDER/  isAllowed=true
    href/InquiraWebDAV
    rewriteUrl(href)=/InquiraWebDAV/CUSTOMER_RELATIONS_VIEW/untitled%20folder/
    resourceName=untitled folder  type=0
    properties=java.util.Vector$1@2aa05bc3
    property=getlastmodified
    property=getcontentlength
    property=creationdate
    property=resourcetype
    newPath=/CUSTOMER_RELATIONS_VIEW/untitled folder/untitled folder
    newPath=/CUSTOMER_RELATIONS_VIEW/untitled folder/untitled folder 2
    newPath=/CUSTOMER_RELATIONS_VIEW/untitled folder/untitled folder 3
    Response XML1:
    <?xml version="1.0" encoding="utf-8" ?>
    <D:multistatus xmlns:D="DAV:"><D:response><D:href>/InquiraWebDAV/CUSTOMER_RELATIONS_VIEW/untit led%20folder/</D:href>
    <D:propstat><D:prop><D:creationdate>2012-03-06T22:56:52Z</D:creationdate>
    <D:resourcetype><D:collection/></D:resourcetype>
    </D:prop>
    <D:status>HTTP/1.1 200 OK</D:status>
    </D:propstat>
    <D:propstat><D:prop><D:getlastmodified/><D:getcontentlength/></D:prop>
    <D:status>HTTP/1.1 404 Not Found</D:status>
    </D:propstat>
    </D:response>

    Here is a related discussion but no solution.
    https://discussions.apple.com/message/8216700#8216700
    Do any one know if Apple Support has any solution for this problem or How do I get expert help from them?

  • JFileChooser and other types of "file" systems

    Good afternoon...
    just wondering how reasonable it would be to modify JFileChooser to work with other types of file systems. such as .zip archives, remote FTPs, etc.
    any ideas where i should start?
    i even want to use this for something that doesn't contain files at all, but the analogy works perfectly.
    Schultz.

    Here's how to view remote files with ftp:
    What does FileSystemView view? http://www.crocodile.org/listok/2/WhatDoesFileSystemViewView.shtml
    Cheers
    Tue

  • File System Sharing using Sun Cluster 3.1

    Hi,
    I need help on how to setup and configure the system to share a remote file system that is created on a SAN disk (SAN LUN ) between two Sun Solaris 10 servers.
    The files in the remote system should be read/writabe from both the solaris servers concurrently.
    As a security policy NFS mount is not allowed. Some one suggested it can be done by using Sun Cluster 3.1 agents on both servers. Any details on how I can do this using Sun Cluster 3.1 is really appreciated.
    thanks
    Suresh

    You could do this by installing Sun Cluster on both systems and then creating a global file system on the shared LUN. However, if there was significant write activity on both nodes, then the performance will not necessarily what you need.
    What is wrong with the security of NFS? If it is set up properly I don't think this should be a problem.
    The other option would be to use shared QFS, but without Sun Cluster.
    Regards,
    Tim
    ---

  • Remote File accessing from java WebNFS

    Hi
    I am using java WebNFS package provided by sun to access the remote file system from java class. A class called com.sun.xfile.XFile does this functionality and it is almost similar to java.io.File. My issue is I am trying to lookup a Windows NT File Server through the XFile constructor and list out all the files in a particular directory. When I run the sample class from a Windows Machine it is working fine. But when I run the same class from a Linux machine, the XFile class couldnt resolve the path. Do those Linux server and the Windows NT File server should have been mounted ? Suggestions are welcome. Thx in advance.

    viswa07 wrote:
    Ya Darryl.Thanks for ur reply.Tell me now how to do that action..????What Darryl is pointing out is that no one is going to reply to you because you have a history of not replying to questions - think about it - if someone asked you a question and you asked them a question to help you understand what they were asking and they walked away, and then did that again - would you keep trying to help?

  • Creating File System Repository for a remote system

    Hi Experts,
    My requirement is that I need to create a KM repository in EP from where I need to upload documents into the BW system. Is File System Repository the right type of repository which I need to create for this purpose?
    If yes, then in what format do I have to specify the value of the Root Directory property of the repository? I have a folder /data/docs created in the BW system within which I want to upload documents using this repository. But since this folder is located on the BW system which is a remote system for EP, I am not sure how I have to enter the path to this folder.
    Can anyone give me any hints on this?
    Warm Regards,
    Saurabh

    Hello Saurabh,
    I don't think an FS repository is what you are looking for in this scenario, you could instead use a BI Repository Manager, for more information see:
    http://help.sap.com/saphelp_nw70/helpdata/en/43/c1475079642ec5e10000000a11466f/frameset.htm
    Kind regards,
    Lorcan.

  • File system and LR2 file system view summary

    Hello,
    Is there a way when navigating a directory via the Folders panel to click on the folder and get summary information about the contents of the folder both from a file system perspective as well as a Lightroom perspective?
    file system perspective: number of physical files supported by LR2 in the folder
    LR2 perspective: the number of files that have virtual copies, how many total virtual copies total, how many photos are in stacks, how many stacks, etc.
    Thanks,
    Matt
    -Windows XP x64 SP2
    -AMD Athlon 64 X2 Dual Core 6400+
    -4.00 GB of RAM
    -Lightroom Version 2.0 64-bit 481478 Camera Raw 4.5
    -Two Silicon Graphics GDM-5011P Monitors
    -Huey Pro with version 1.5 of their calibration/profiling software
    -Nvidia Evga 8800 GT graphics card with 512 MB of Video RAM
    -Monitor One: The 'normal' Lightroom window in either the Library or Develop Module
    -Monitor Two: 'Loupe-Normal' in 1:1 view

                   No, you can't specify an entire filesystem as something to cluster. I
              suggest using NFS or some shared filesystem and then running a cluster
              off of that.
                                       - Mike
              Michael Lenart wrote:
              >
              > yes
              > "Mike Benham" <[email protected]> wrote in message
              > news:[email protected]..
              > >
              > >
              > >
              > > I'm not sure if I understand what you're asking. How can you cluster a
              > > filesystem? It seems like you want to mount some filesystem via NFS and
              > > then access that from each instance of a server? Are you asking if
              > > Weblogic can perform the duty of NFS?
              > >
              > > - Mike
              > >
              > >
              > > Michael Lenart wrote:
              > > >
              > > > Can the file system be clustered?? For example, in the cluster level
              > > > property file can I have a file system with the name of XDrive and then
              > use
              > > > that file system in my components??
              

  • CAF service: import web services using Remote Location / File System

    Hallo Experts
    I use the NetWeaver DevStudio 7.1 SP5.
    I have a CAF project and in this project I want to import one WebService as external service. I have chosen the option "Remote location/ File System" in the import web service wizard, then I enter the URL in the following step. But at the end of wizard I got the error "WSDL could not be downloaded because Server returned HTTP response code 403 for URL". The web service I've deployed and tested on the server. It runs well. Any Hints?
    Thanks in advance
    Kind Regards
    Ping

    Hallo
    I found out: if I enter one URL "http://xxxx.xx.ch:51000/ExampleService/ExampleBean?wsdl&mode=ws_policy". Afterwards I got the error "http://xxxx.xx.ch:51000/ExampleService/ExampleBean?wsdlmode=ws_policy". & ist not correct displayed. Is this the problem that I got 403 Error... It is a bug in SP5
    Thanks if you can tell me some work-arround.
    Ping

  • File System Location properties: view path (OWB 11..2.0.1 Windows)

    Newbee question:
    From the tutorial "Handling Flat File and COBOL Copybook Sources in Mappings", I imported the metadata for ETL_OWNER. It contains file locations such as SRC_FLAT_FILES_LOCATION but I cannot find any way to view its path in the file system. I created my own file locations where I can specify a path in the Create File System Location wizard, but afterwards, I can neither inspect nor change the path.
    Thanks for help
    Sebastian

    Thank's for help, I am simply not used to the user interface. The Connections Explorer seems to have disappeared in 11gR2 but the Locations node still exists, listing all file locations. However, the property inspector does not display the file's path, somewhat counterintuitively. Double-klicking the file location opens the Edit window containing the path.

  • Automatic File System Replication at remote(Disaster) Site

    Hi all, I have two site one primary and other one is DR. How to configure file system replication for remote site so that any changes/create/delete being made in file system is automatically updated at DR site servers. At both site solaris version is 11.2
    Please suggest.

    Hi,
    A few recommendations:
    1. Use an actual clustering product like Oracle Solaris Cluster:
    Oracle Solaris Cluster | Oracle
    2. If you required synchronous replication, then review this product:
    Sun StorageTek Availability Suite 4.0 Software Product Library Documentation
    3. A clustered ZFS storage application provides continuous replication across the production and DR sites.
    See page 2 of this doc: http://www.oracle.com/us/products/servers-storage/sun-zfs-storage-family-ds-173238.pdf
    4. You can build your own Solaris 11.2 ZFS replication by taking hourly snapshots and sending them over to the DR site.
    This is not a fully clustered solution, without any kind of automatic failover. ZFS is not a clustered file system so you can't
    access the same data from different systems.
    Thanks, Cindy

  • How to solve this problem, pls help when I try to see remote camera system from home."Dual streaming is required for HTML viewing"

    How to solve this problem, pls help when, I try to see remote camera system(spec dvr) from home. The Error I get is "Dual streaming is required for HTML viewing"

    I had the same probelm and found that the problem lies with 64bit programs such as safari and microsoft internet explorer. I have resolved the issue on my PC based server by using a 32 bit ie and same on my mac by using the same running windows under parallels.
    So far the problem with the 64 bit side of it is still to be resolved.
    Hope this helps and gets you guys up and running until suchtime a 64 bit solution is found.
    Craig

Maybe you are looking for

  • My ipod and iphone 4s will not erase or sync with my new computer.

    My phone was loaded from this computer when I got it replaced because the last one was defective.  They will not load, unload, or anything.  This is frustrating because before the most recent rounds of updates and "fixes," I never had problems and kn

  • Interface inventory and training

    Hi all About the interface inventory and training: I'm working in a SAP solution implementation, just at the preparation phase. We have already identified the external systems that have to be integrated with our SAP solution and my client would like

  • Error in upload CSV file format ?

    Hi everyone ! What to do in this case when I've to upload my CSV file (Report 2.14MB & Form 430KB), getting error.Can anybody help me in this regard when the values stored (Numeric+character), my data is considerably long,What I can do that in this r

  • Every few weeks my password keeps getting rejected

    Hey all, I have a couple of gmail accounts and when using the Mail app, every few weeks my password comes back as rejected. I can log onto the accounts fine through a web browser so I know the passwords are still good. Here's the weird thing. After g

  • Component for iPhone-like spinner/slot machine list, like picker view ?

    Does anyone know of a component or tutorial for implementing a slot machine-like list similar to the interface component on the iPhone (example at http://www.iphonesdkarticles.com/2009/01/uipickerview-creating-simple-picker.html)? I did find one comm