Displaying 20 results from an estimated 1100 matches similar to: "Strange problems with net/ftp in Rails"
2002 Jun 01
0
Testing a transfer-only rsync tool
I found some time in the past week to work on a simple test app that
would hopefully help to answer a few questions that came up recently:
1. Can a single-process generator+receiver work well? (Looks good so far,
but I haven't run any multi-processor timing tests yet.)
2. How easy is it to use librsync? (Pretty easy.)
3. How small would a transfer-only tool be? (It's currently
2003 Oct 01
1
3.7.1p2 sftp recurse patch
This patch is against OpenSSH 3.7.1p2 sources. It adds recursive
(directory) downloading and uploading. Criticism/suggestions welcome.
I would imagine the time official support is added, recursive operations
will be handled on a per-command basis as a flag as opposed to a global
toggle command (such as get -r)?
diff -ru openssh-3.7.1p2/sftp-int.c openssh-3.7.1p2-patched/sftp-int.c
---
2007 Dec 12
0
Revisiting sftp tab completion patch
I've finally took the time to figure the last few bugs (that I know of).
This patch will be submit to be included in a few weeks. This patch
should be generic enough for portable without too much hassle.
This patch mimics OpenBSD's ftp behavior. I'm not sure like that (e.g. it
doesn't put / at the end of directories by default), but that is more a
question for the community
2002 Nov 06
5
ftp port 24562 pasv doesnt work, no logging
Hi,
I have a cisco sdsl modem to connect to internet via eth1 (192.168.1.2)
local is eth0 (192.168.2.254)
default gw is 192.168.1.1
the cisco forwards all incoming ports to 192.168.1.2.
I connect from outside on port 24562, login is successfull, the
ftpserver gives back the external Ip of the cisco as pasv IP to the
client (its a setting in the ftpserver). It gives an ip from the pasv
range I
2003 Oct 30
2
sftp client reget reput
we have implemented this function for 3.1p1, and have been using it in
production sense may 2002. The patch has been ported to 3.7.1p2, we have
been using it in 3.7.1p2 for awhile, if anyone is interested, here it is.
This is the same patch David Bradford talked about on 2002-06-05
Regards,
Greg Hayes
diff -u -r openssh-3.7.1p2/sftp-client.c openssh-3.7.1p2_sftp/sftp-client.c
---
2004 Mar 03
1
BUG: SFTP (openssh-3.8p1) upload doubles "Uploading..." comment
On Fri, 27 Feb 2004, Job 317 wrote:
> Sorry, wasn't sure how to describe this well in the Subject line...
>
> I am using OpenSSH-3.8p1 from a RedHat 7.3 to OpenSSH-3.8p1 on a RedHat
> 9.0 box. While SFTP-ing using the 'put *' command in SFTP, I get
> duplicate verbosity (?) in the terminal for each file uploaded...
You have found a bug, thanks.
Here is a patch:
2009 Feb 03
2
[Bug 574] New: nf_conntrack_ftp.c ignores RFC 1123 regarding parentheses in FTP passive mode message 227
http://bugzilla.netfilter.org/show_bug.cgi?id=574
Summary: nf_conntrack_ftp.c ignores RFC 1123 regarding
parentheses in FTP passive mode message 227
Product: netfilter/iptables
Version: linux-2.6.x
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P3
Component:
2011 Aug 13
1
can't list directories in ftp
Hey list,
Sorry for all the questions today. But I am trying to wrap up this ftp business and still having some issues. I appreciate your input.
SELinux is temporarily disabled (until I can work this all out) and I am now able to log into the FTP server.
[root at LCENT05:~] #/usr/bin/ftp localhost
Connected to localhost (127.0.0.1).
220 FTP Server ready.
Name (localhost:root): bluethundr
2003 Sep 14
0
Shorewall sending PASV FTP
I''v don all the work that was shown on the installation documentaion but It still can''t send PASV comands and ares up the is their somthing i''m missing from the Rules.
###
# Shorewall version 1.3 - Rules File
#
# /etc/shorewall/rules
REJECT:info loc net tcp 6667,137,138,139
REJECT:info loc net udp 137,138,139
#REDIRECT
2003 Jan 16
1
FTP through the firewall to non standard FTP port fails
Hi, all.
Shorewall Version: 1.3.12
I''m unable to list files (using PASV *or* PORT mode) on any FTP site that
listens on a port other than 21 (from a client machine behind Shorewall --
from the Shorewall box I can list files no problem on the same sites)
I have "Netfilter FTP" support compiled IN the kernel.
Any ideas? My rule set is pretty generic. LOC -> NET Policy to
2009 Sep 29
2
ftp issue in Centos 5.3
I manage a small server that I back up weekly. I do this by making a
tarball of relevant files then transferring it over the local subnet
to my station (Fedora 11), whereupon I burn it to DVD. There is no
optical burner on the server. The tarball amounts to a bit under 5
gigs. Recently I've started getting an error telling me to try PASV or
PORT first. I use the gFTP client on my
2001 Sep 10
0
[PATCH] quick hack for 'resume' support in sftp
I saw several questions regarding 'resume transfer' support in sftp come up,
in the archives, but no real satisfying answer. I had a particular itch
myself, so I scratched it with a quick hack. Patch attached, since it's not
really big.
To explain, I need to use ssh (scp or sftp) to transfer files to and from a
Windows box. No other method is available. And the Windows machine has no
2004 Nov 22
1
ftp ftom outside the local network
I have Centos3.3 installed, vsftpd, apache2, ports 20&21 open on router,
firewall disabled at this time :
/etc/passwd looks like this --- ftpadmin:x:502:502::/var/www:sbin/noligin
uncommented the lines in /etc/vsftpd/vsftpd.conf :
chroot_list_enable=YES
chroot_list_file=/etc/vsftpd.chroot_list
I can access ftp from within network no problem, but using external ip it
will validate login
2002 Feb 02
0
Version two of progressbar for scp/sftp
Again, this has been lightly tested. I think there still are a few glitchs.
1. stole progressmeter() from scp.c - clean up and simplified a little
to remove the 'flag' status. It now understands how to initialize itself
and how to terminate itself. Along with a malloced status bar instead
of the original fix width bar.
2. removed all initialization code from scp.c for progressmeter()
2002 Jan 19
6
pasv ftp
Hi,
ok Im all new to this :-)
for pasv ftp in your example you say for example to use ports
65500-65535, but i dont see that u open those ports in your example fw
scripts..?
any hints ?
--
Christophe Zwecker mail: doc@zwecker.de
Hamburg, Germany fon: +49 179 3994867
http://www.zwecker.de
"Who is General Failure ? And why is he reading my disk
2005 Dec 12
0
Is this a good use for Single Table Inheritence?
Hi everyone,
Where I work, there are several standards (heh) for position codes for
staff and faculty. For instance, a Dean could be listed as DEA or
DEN. An Assistant Professor could be AST or ASO. There are some
cases where typos have crepts into the system, and AS0 (zero) could
have meant ASO.
Now, beyond getting those responsible to clean up their data (we are),
I need to deal with this
2002 Jul 23
1
adjusting ip nat ftp ports
Hello ,
Regarding a previous post in this group. (see below)
Does anyone know how I can change the options for ipnat_ftp or
ip_conntrack_ftp when I don''t load them as modules but have them
compiled in the kernel?
I''ve been looking on google since long now, but can''t seem to find it.
Any idea, anyone? I have added these ''options'' and did a network
2009 Jul 29
0
[PATCH server] Remove ununsed utils.rb file.
Somehow I missed this.. this file is no longer in use by taskomatic.
Signed-off-by: Ian Main <imain at redhat.com>
---
src/task-omatic/utils.rb | 221 ----------------------------------------------
1 files changed, 0 insertions(+), 221 deletions(-)
delete mode 100644 src/task-omatic/utils.rb
diff --git a/src/task-omatic/utils.rb b/src/task-omatic/utils.rb
deleted file mode 100644
index
2005 Jul 07
3
ftp firewall/iptables
I just installed CentOS4 on my main server. It runs proftpd and is not NATted..
When I did the install I said to allow FTP and HTTP. I can ftp from
windows dos ftp client.
In IE I get "Unable to build data connection: No route to host"
ncftp I get..
Data connection timed out.
Falling back to PORT instead of PASV mode.
List failed.
Wget and FireFox just time out.
Anything I need
2006 Feb 08
2
REST / WS adapter for Rails
Is anyone building an adapter that would enable a Rails
application to interface to a REST or SOAP web API?
It would enable a Rails app to consume REST or SOAP
via a model. Or is not worth the effort because web
services are so different from databases, even though
they are typically data sources?
Please reply to richardc@ASO.com.
--
Richard Cunningham E-Mail: