- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Transfer files from Alpha to PC with ftp connactio...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2009 06:50 AM
06-14-2009 06:50 AM
Re: Transfer files from Alpha to PC with ftp connaction
> I had run the test, and it works. but from
> PC no.
> c:\ftp ip_adress
> and i used to be asked to enter username in
> the Alpha.
> but now I got message "connection closed by
> remote host" after 1 minute.
Sounds like a firewall somewhere.
> when I try to connect to alpha with
> Internet Explore (ftp://ip adress), I see
> intranet's directories, but I cant open
> them.
I don't have a good explanation for MSIE
working (as well as it ever does) but the
command-line FTP client not working from the
same PC.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2009 07:30 AM
06-14-2009 07:30 AM
Re: Transfer files from Alpha to PC with ftp connaction
> arrangements with any other network devices
> (such as firewalls) in the data path.
And a firewall can't block SSH or Telnet?
Kermit is fine, but it's not a network
panacea.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2009 08:56 AM
06-14-2009 08:56 AM
Re: Transfer files from Alpha to PC with ftp connaction
Uh, no.
The ftp client can select ACTIVE and send along a local port for the return connection from the ftp server.
The ftp client can also select PASV and receives a port to connect to the ftp server, and connects to that port.
In either case, any intervening firewalls (and there are often at least two) can be set to accept or to reject connections into the ephemeral port range, or can have differing port ranges set. (Hosts can and do have different ranges for ephemeral ports, just to keep it interesting.)
Oh, and ftp exposes your authentication credentials to anyone in the coffee shop or to any malware on any of the LANs you traverse that knows how to use promiscuous-mode monitoring or snort or such.
Use sftp. sftp is rather more secure. And sftp massively easier to punch through intervening firewalls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2009 10:19 AM
06-14-2009 10:19 AM
Re: Transfer files from Alpha to PC with ftp connaction
> File: SYS$SYSDEVICE:[UCX$FTP]UCX$FTPD_STARTUP.COM
> Use sftp. [...]
SFTP is fine, too. Does a UCX which is
compatible with VMS V6.2-1H3 offer SFTP?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2009 01:11 PM
06-14-2009 01:11 PM
Re: Transfer files from Alpha to PC with ftp connaction
http://www.process.com/tcpip/sshds.pdf
Or upgrade OpenVMS and TCP/IP Services to a more current version.
Or switch to the Process Multinet stack.
Likely other options around, too.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2009 04:53 PM
06-14-2009 04:53 PM
Re: Transfer files from Alpha to PC with ftp connaction
On our version ucx we have tcptrace.
$tcptrace 'pc' /brief/packet=1000000/protocol=tcp
or the full version
On our version ucx we have tcptrace.
$tcptrace 'pc' /full/packet=1000000/protocol=tcp
'pc' is the IP address as seen by the VMS of your PC. I need to qualify this, because around here IPs get NATed most of the time.
If the trace is available start by tracing a working connection, like initiating ftp on vms to itself. You can them see how it works.
Next trace the pc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2009 11:15 PM
06-14-2009 11:15 PM
Re: Transfer files from Alpha to PC with ftp connaction
I can't connect to Alphe with ftp from PC, but I installed ftp server at my PC and I connects from Alpha To PC and puts the files.
Thank you!!!
- « Previous
-
- 1
- 2
- Next »