Results 1 to 2 of 2

Thread: Problem with FTP

  1. #1

    Problem with FTP

    am using Cygwin and I want to copy a file with the ftp, to do that I wrote:
    ftp 192.168.1.20
    later I wrote my user and my password, but when I write:
    put file_name
    it say:
    PORT/EPRT is disabled for security reasons.
    please use PASV/EPSV instead ("passive on")
    I wrote:
    passive on
    and it doesn't work it say "command invalid",

    what can I do?

    thanks

  2. #2
    I'm not sure whther cygwin uses it's own FTP client or that of Windows. Here are the commands to use for passive FTP using the FTP CLI for both. One should work. I hope.

    Linux
    Code:
    ftp> passive on
    Windows
    Code:
    ftp> LITERAL PASV

Similar Threads

  1. Problem with POSIX semaphores
    By wej@wejc.com in forum Linux - Software, Applications & Programming
    Replies: 0
    Last Post: 12-15-2007, 12:46 AM
  2. HELP PLEASE! Long file names problem
    By paulmarcw in forum Windows - General Topics
    Replies: 1
    Last Post: 02-24-2006, 04:12 AM
  3. problem with windows linux network
    By grooverider in forum Linux - Hardware, Networking & Security
    Replies: 0
    Last Post: 01-29-2005, 12:36 AM
  4. Device Manager Error Codes
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-05-2005, 12:52 AM
  5. Problem with D-Link DFE-580tx
    By Lysander in forum Linux - Hardware, Networking & Security
    Replies: 3
    Last Post: 11-15-2004, 08:25 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •