ok it works but it is preventing me from puting the file
Microsoft Windows [Version 6.1.7600]
Copyright © 2009 Microsoft Corporation. All rights reserved.
C:\Users\John.dell2>cd /Users/John.dell2/Documents/system
C:\Users\John.dell2\Documents\system>ftp
ftp> open Johndell2-PC
Connected to Johndell2-PC.
220 Serv-U FTP Server v12.1 ready...
User (Johndell2-PC:(none)): export1
331 User name okay, need password.
Password:
230 User logged in, proceed.
ftp> put system
system: File not found
ftp> put system.txt
200 EPRT command successful.
550 /system.txt: Permission denied.
ftp>
17 Replies - 584 Views - Last Post: 03 September 2012 - 05:11 AM
#17
Re: FTP failing to upload file
Posted 03 September 2012 - 04:52 AM
Well you need to find out why. Needless to say, if you can't do it at the command line, you can't do it in Java
And actually you shouldn't do it at all;) FTP is not a secure protocol. I don't know what they have in the Microsoft world these days, but SFTP might be available
And actually you shouldn't do it at all;) FTP is not a secure protocol. I don't know what they have in the Microsoft world these days, but SFTP might be available
This post has been edited by g00se: 03 September 2012 - 04:53 AM
Reason for edit:: sftp
#18
Re: FTP failing to upload file
Posted 03 September 2012 - 05:11 AM
ok it found the file but it is preventing me from uploading it
Microsoft Windows [Version 6.1.7600]
Copyright © 2009 Microsoft Corporation. All rights reserved.
C:\Users\John.dell2>cd /Users/John.dell2/Documents/system
C:\Users\John.dell2\Documents\system>ftp
ftp> open Johndell2-PC
Connected to Johndell2-PC.
220 Serv-U FTP Server v12.1 ready...
User (Johndell2-PC:(none)): export1
331 User name okay, need password.
Password:
230 User logged in, proceed.
ftp> put system
system: File not found
ftp> put system.txt
200 EPRT command successful.
550 /system.txt: Permission denied.
ftp>
Microsoft Windows [Version 6.1.7600]
Copyright © 2009 Microsoft Corporation. All rights reserved.
C:\Users\John.dell2>cd /Users/John.dell2/Documents/system
C:\Users\John.dell2\Documents\system>ftp
ftp> open Johndell2-PC
Connected to Johndell2-PC.
220 Serv-U FTP Server v12.1 ready...
User (Johndell2-PC:(none)): export1
331 User name okay, need password.
Password:
230 User logged in, proceed.
ftp> put system
system: File not found
ftp> put system.txt
200 EPRT command successful.
550 /system.txt: Permission denied.
ftp>
|
|

New Topic/Question
Reply




MultiQuote



|