Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 300 results for
sftp
- Page 1
Re: sftp
Programming
Software Development
15 Years Ago
by masijade
[QUOTE=peter_budo;941727]google >> [URL="http://www.google.co.uk/search?hl=en&q=java+
sftp
+tutorial&btnG=Search&meta="]java+
sftp
+tutorial[/URL][/QUOTE] Do it this way [URL="http://lmgtfy.com/?q=java+
sftp
+tutorial"]java+
sftp
+tutorial[/URL] ;-)
sftp
Programming
Software Development
15 Years Ago
by cesarnz
hi all, i have been tasked to write a servlet (java 1.4.2) which grabs a file from a ftp server via
sftp
. i know how to write a simple servlet but i dont know much about
sftp
. Couldnt find any api on the suns site either. any help on how to accomplish this would be appreciated. thanks in advance.
Re: sftp
Programming
Software Development
15 Years Ago
by peter_budo
google >> [URL="http://www.google.co.uk/search?hl=en&q=java+
sftp
+tutorial&btnG=Search&meta="]java+
sftp
+tutorial[/URL]
Re: sftp
Programming
Software Development
15 Years Ago
by peter_budo
[QUOTE=masijade;941740]Do it this way [URL="http://lmgtfy.com/?q=java+
sftp
+tutorial"]java+
sftp
+tutorial[/URL] ;-)[/QUOTE] There been few complains from users about this approach so I keep it simple
SFTP-how to log sftp command error while executing shell script
Programming
Software Development
13 Years Ago
by noobrobot
… situation where i need to automate transferring 10000+ files using
sftp
. while read line do if [ -d "$line" ]; …quot;>>sftpCommand.txt fi done< files.txt
sftp
-b sftpCommand.txt stu@192.168.2.1 The above… code executes each
sftp
command written to sftpCommand.txt. If some error occurs while…
Re: SFTP-how to log sftp command error while executing shell script
Programming
Software Development
13 Years Ago
by L7Sqr
[icode]
sftp
[/icode] can pass flags directly to [icode]ssh[/icode] so you may want to investigate that. Also there is a [icode]-v[/icode] flag you can use which increasing logging (also passed directly to [icode]ssh[/icode]).
SFTP to Ubuntu server allows read, but no write access
Hardware and Software
Linux and Unix
15 Years Ago
by cvrcak
… server using Bitvise Tunnelier SSH client with built-in GUI
SFTP
. Tunnelier SSH client is running on a Windows machine, …machines are in a local LAN, no firewalls in between.
SFTP
allows me to download files from the Ubuntu server to…no success either. Searched, googled, read dozens of pages on
SFTP
and SSH, still with no answer. I assume this is…
sftp without batch file and shell script
Programming
Software Development
14 Years Ago
by karthikdebbadi
… domain to a remote server which maintains these files using
sftp
which is provided by my linuc machine. I am not… allowed to use -b option in my
sftp
command nor can i write shell script. I just have… can be done by using the put provided by the
sftp
in my linux machine.And this all should be done…
Re: sftp without batch file and shell script
Programming
Software Development
14 Years Ago
by csurfer
With -b option you can include a batch of commands in non interactive mode of
sftp
transfer . So may be you can use a c++ program with system command or exec commands to execute the commands you wanted to feed into the batch file and just pass on the output of those commands to the
sftp
command through pipe.
SFTP (SSH FTP) file access permissions
Hardware and Software
Microsoft Windows
14 Years Ago
by BlackPhoenix
Hi, I plan to install an
SFTP
server on one of our domain servers, but beforehand I …'m connecting from iwth WinSCP. How do I lockdown the
SFTP
server so that a particular connecting user doesn't have…
Re: sftp without batch file and shell script
Programming
Software Development
14 Years Ago
by karthikdebbadi
Thanks csurfer for checking out my query.But I have used something like this echo "command" |
sftp
user@IP:<pathForTranfer> it worked,If you have any suggestions to make it better,please do reply.
SFTP Connection
Programming
Software Development
13 Years Ago
by senbaris
hi all, i need connect to
SFTP
server and download files, searched everywhere but found nothing except non-free librarys.. Thanks for help.
Re: what is the difference between FTP, SFTP
Programming
Web Development
10 Years Ago
by Borzoi
SFTP
is FTP over SSH. It uses SSH protocols to upload/download files and browse the remote server. This would also use the SSH port (default 22). FTPS is secure FTP (usually over TLS but sometimes SSL). The most basic description would be a secure FTP connection. A normal FTP connection, as JorgeM describes, is just an unencrypted connection.
Running Automatic SFTP From Windows to Linux
Hardware and Software
Microsoft Windows
19 Years Ago
by teing
…rem echo bye>>%tempSftpScript% CALL c:\cygwin\bin\
sftp
.exe -b:%tempSftpScript% [email]micro@url.com[/email]… just run the following code: CALL c:\cygwin\bin\
sftp
.exe [email]macrolynx@url.com[/email] Then, it…password manually. Is there any way to connect to
SFTP
and download file automatically from Linux? Your reply will…
Help With Sftp In C++
Programming
Software Development
18 Years Ago
by shekharkopuri
… login and passwords set up. I know for non-interactive
SFTP
/SCP2 sessions we can exchange RSA/DSA keys. But that…password in batch etc but the same doesnot work for
SFTP
. Is there any way I can create a process that… to the scp command? Any perlsript(basic perl without net::
sftp
or other packages [sorry! for the constraints but relations with…
Need SFTP script
Programming
Software Development
15 Years Ago
by prabha24107
Hi All, I am new in
SFTP
. 1)I need to transfer the file from one…@ie_acctinfo.com -------------------------------- But this enhancement(project) I should use
SFTP
(SSH). 1) Both system(myside and other application(server)) side…) now i need to the
SFTP
script inside the .com file and send(submit)
SFTP
script. I really appriciate your help…
Migrate from FTP to SFTP
Programming
Software Development
12 Years Ago
by nivarshn
… is working.Now I want to migrate from FTP to
SFTP
.What code changes/steps I have to perform for…
SFTP
? ftp -in <<FIN open $SAP_UP_SERVER user $SAP_UP_USER $SAP_UP_PASSWORD … please give me detailed steps ? will below code work for
SFTP
:
sftp
user@hostname << EOF put file1 put file2 EOF
Re: Need SFTP script
Programming
Software Development
15 Years Ago
by Salem
[quote]I am new in
SFTP
. ... 2) now i need to the
SFTP
script inside the .com file and send(submit)
SFTP
script. [/quote] And how much time have you spent reading manuals, trying things etc?
Problem with sftp connection - OpenSSH5.1 - Solaris
Hardware and Software
Networking
15 Years Ago
by vimotaru
… all I'm having problems with a remote connection by
sftp
. I'm using public key to connect avoiding the passwd… other location is trying to connect to my host via
sftp
). I've test with dsa key, rsa key, with different… of them). The vervose of the command is: [CODE] /usr:
sftp
-v msva@10.235.149.12 Connecting to 10.235…
Re: Need SFTP script
Programming
Software Development
15 Years Ago
by Scriptaholic
… and create an alias something like alias -x $alias_name="
sftp
-oIdentityFile=$HOME/.ssh/$whatever.key username@xx.xx.xxx.xx…, you can now call this alias and be able to
sftp
however you like. I hope this helps. Salem is a…
Re: Perl SFTP Executing commands
Programming
Software Development
16 Years Ago
by koteswarvijay
[QUOTE=KevinADC;699035]Have you looked at Net::
SFTP
or Net::
SFTP
::Util ?[/QUOTE] I have looked into that, but I am not able to understand. I would appreciate if you could give me a sample piece of code of executing command. I can use only
SFTP
connection but not SSH directly.
Error in Creating SFTP using OpenSSH
Hardware and Software
Microsoft Windows
15 Years Ago
by grvs
Hi I tried creating
sftp
server using OpenSSH and I get some errors. First I …: [url]http://www.digitalmediaminute.com/article/1487/setting-up-a-
sftp
-server-on-windows[/url] [url]http://www.xenocafe.com/tutorials…
Code to upload and download files via SFTP using WinSCP
Programming
Software Development
12 Years Ago
by dwinn
… recently been given a request to change this so that
SFTP
is used instead of FTP. I have downloaded WinSCP but… site works with WinSCP to upload and download filed in
SFTP
rather than FTP. Here is my code at the moment…
automatic sftp (without prompt) in bash script?
Hardware and Software
Linux and Unix
11 Years Ago
by dancks
…). I read somewhere that you can do something like `me$
sftp
root@192.168.1.105 -d /var/www/media/python… remember you can write a tiny command script that ssh/
sftp
will run.
Removing Directories and subdirectories in SFTP server using Java
Programming
Software Development
11 Years Ago
by Varunkrishna
…jsch0.1.50.jar to remove the directories in the
sftp
server. But I could not remove the folder "…"); session.setConfig(config); session.connect(); channel = session.openChannel("
sftp
"); channel.connect(); channelSftp = (ChannelSftp)channel; channelSftp.cd(SFTPWORKINGDIR);…
Re: Perl SFTP Executing commands
Programming
Software Development
16 Years Ago
by KevinADC
Have you looked at Net::
SFTP
or Net::
SFTP
::Util ?
Re: How to do a SFTP Packet Trace using Wireshark?
Hardware and Software
Networking
11 Years Ago
by bigredaltoid
So if I wanted to capture an
SFTP
stream, I would need to do something on my computer that would utilize
SFTP
and than have wireshark running during the process?
Re: How to do a SFTP Packet Trace using Wireshark?
Hardware and Software
Networking
11 Years Ago
by JorgeM
Assuming the
SFTP
service is on another computer, yes, if you have Wireshark running and you attempt an
SFTP
connection, you should see the packets captured.
What is SFTP?????
Hardware and Software
Linux and Unix
17 Years Ago
by davidsmith
Hi all, I am new in programming and I just joined a company that offers secure file transfer software components. So I firstly want to gather some selective information on why should I use Secure FTP instead of FTP? And why is
SFTP
better than FTP? Thanks in advance!
Re: What is SFTP?????
Hardware and Software
Linux and Unix
17 Years Ago
by raw.nic
… in and retrieve your confidential information including login details. With
SFTP
all the data is encrypted before it is sentient across…
1
2
3
5
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC