sftp « File « Java Network Q&A

Home
Java Network Q&A
1.API
2.bluetooth
3.Client
4.connection
5.Cookie
6.Development
7.Email
8.File
9.ftp
10.http
11.HttpClient
12.https
13.ip
14.Network
15.OS
16.RMI
17.Security
18.Server
19.Socket
20.tcp
21.UDP
22.url
Java Network Q&A » File » sftp 

1. Transfer files via SFTP    stackoverflow.com

I make a java program to transfer files via SFTP but from a script with all the commands to execute. It can be done with Jcraft? The script file is something like this:

cd ...

2. Upload/download files to/from SFTP server    coderanch.com

I need to upload/down files to/from a UNIX box to a SFTP server. Could I use the FTPClient (Apache commons net) for it? I also need to use key based authentication. So if I install my public key in the SFTP server, and private key in my UNIX box, would that be sufficient? That is, I need to login from within ...

3. Problem with J2SSH SFTP Server on large files (Socket is EOF)    coderanch.com

I've made an SFTP server using the J2SSH API (on windows) and it seems to work fine when I connect to it with the linux client. The issue, however, would be that my server doesn't seem to support the transfer of large files (anything larger than 64 KB - one window crashes the client, hangs the server or some other problem) ...

5. File Transfer via SFTP    forums.oracle.com

6. looking for free lib for upload files to sftp ?    forums.oracle.com

What are you talking about? FTP? SFTP? SCP? SHTP? It seems you are not talking about FTP (which really doesn't have anything to do with SSH, SFTP or SCP). You might be talking about sftp/scp, which most Java SSH Libraries are able to talk, just google for them. But what is shtp? Is it just a typo?

8. SFTP files to server    forums.oracle.com

hello, I have solved my first problem.But now problem is that I want to get path of uploaded file.I use the following command to upload files onto server: sftp.upload(new File(jTextField2.getText())); can please anybody tell me how to get the path where the uploaded file is storedin server. I need to save this file path into the database Thanks

9. File transfer - no landing spot on webserver and using SFTP    forums.oracle.com

Hi, I had a question. What would be the best way to address the following scenario using Java ? I need a user to upload a file (any file) from his local desktop to a unix box using SFTP. Another condition here is that: there is a webserver (another unix box) in between the user's desktop and the destination unix box ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.