Search:

Type: Posts; User: Truffy

Search: Search took 0.08 seconds.

  1. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    import java.io.*;


    public class TruffyLog {

    public static long getTryU() {
    return tryU;
    }

    public static String getTryStr() {
  2. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    Hi,

    Good morning JavaPF.

    I already solved it. but i got a problem when i get the count.

    1. The scenario of it is: when the file change: the GUI will show for the first time, so it will show...
  3. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    Hi Guys,

    Gotta a problem using skipper,

    Actually, i creat my own 1 but i dont know why it is not wotrking.

    Here's the code:
  4. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    Hi Cris,

    Thanks for it. I'll try this later. :)

    I'll keep you updated with the result. :D

    Cheers,
    Truffy 8->
  5. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    yup i need to printup the entire log and the next steps is to print only the changes on the file. but still it shows the other read data. which it will only append the changes in the file.
  6. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    do you know about RMI? i really looking for the alternatives regarding my code. because it is so slow. reading files of 50MB size really makes it slow. :( I think if it tail it(hope there is a...
  7. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    thanks very much. i will not yet press the solved because i have many interfaces in this program and i appreciate much of your help. thanks very much. ill post again soon the next issues i will...
  8. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    how about the java ssh? do you know it?
  9. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    Additional problem occured:


    import java.io.*;
    import java.net.MalformedURLException;
    import java.net.URL;
    import java.net.URLConnection;
    import java.util.logging.Level;
    import...
  10. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    i have a question re the above code. since tha is using ftp, what if i am downloading large files live 100MB and the server is far from my workplace. how can i solved the latency and delays of it?
  11. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    yup i will watch it. then if it the size change, i will fecth the information log on it and show it. thanks. i will try your code. will give feedback after done. :)
  12. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    hi, i ty using another server and it is working. maybe the server that i am accessing doesnt have an ftp grant. anyway, the next part of it is since it is a server logs, if someone transact on it, my...
  13. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    hi,

    i already try the code. and here's the error:

    init:
    deps-jar:
    compile-single:
    run-single:
    Connecting to FTP server...
    Connected.
  14. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    hi,

    thanks for the code. i will try it later. :)

    give the feedback once done. :)
  15. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    we will be using it in the windows apps.
  16. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    i am not running in linux. thats my problem, i need a program for the authnetication process. :(
  17. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    yeah. actually i get it using WinSCP3.
  18. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    so given that it need an authentication, how will the code will be? thank you. :)
  19. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    hi, this is the result if i tried your code:
    java.io.FileNotFoundException: \\10.123.456.78\apps\user\staging\M\log\success.log (The network path was not found)

    here's the code. :)




    /*
    ...
  20. Replies
    36
    Views
    11,436

    Re: getting files in the linux server

    Hello,

    The location of it is on the linux server. I am accessing it manually thru putty or through winscp. Once i have the file, i will read through it and parse the data that ive needed. e.i. the...
  21. Replies
    36
    Views
    11,436

    getting files in the linux server

    Hi,

    I want to know what will i used to get a file(server.logs) that resides in the linux. I am using a windows OS. I dont know what to do. Thanks.
Results 1 to 21 of 21