I have installed the latest stable release of Jenkins.  I have configured to 
connect to an FTP server running on windows 2012 under IIS.  I have configured 
both the publish over ftp plugin and the publish over ssh plugin to be able to 
connect to the server.
For the ftp plugin I can connect to the server using sftp, but then I upload a 
file, the plugin seems to ignore the destination folder.  No matter how I 
specify the destination as relative, absolute, /, or \ in the path, it always 
publishes the file under the root or home folder.  I configured this plugin to 
be able to create timestamped folder under the destination folder and it is 
doing that, it is just no putting the file in the destination folder ... always 
the root.
I attempt to connect via the ssh publisher and in this case I'm using the ftps 
port to connect to the server.  When test the configuration on the main 
configuration page, it fails. When I look at the log file on the server is 
actually seems to connect and seems to list the home folder. See below.  It 
appears that the connection test should work, but does not.  It fails with:
jenkins.plugins.publish_over.BapPublisherException: Failed to connect session 
for config [ftp.irondata.com]. Message [Session.connect: 
java.net.SocketTimeoutException: Read timed out]

FTP LOG File:2015-04-23 13:48:07 10.20.10.202- 10.70.10.89 990 
ControlChannelOpened - - 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202- 10.70.10.89 990 USER jenkins 331 0 0 
65695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 PASS *** 
230 0 065695061-f5fb-42f3-9eba-81b42e914ee5 /jenkins

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 OPTS 
UTF8+ON 200 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 PBSZ 0 
200 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 PROT P 
200 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 CWD 
/jenkins 250 0 065695061-f5fb-42f3-9eba-81b42e914ee5 /jenkins

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 PWD - 257 
0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 CWD temp 
250 0 065695061-f5fb-42f3-9eba-81b42e914ee5 /jenkins/temp

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 PWD - 257 
0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 TYPE I 
200 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 PASV - 
227 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 53040 
DataChannelOpened - - 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 53040 
DataChannelClosed - - 0 065695061-f5fb-42f3-9eba-81b42e914ee5 -

2015-04-23 13:48:07 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 LIST - 
226 0 065695061-f5fb-42f3-9eba-81b42e914ee5 /jenkins/temp

2015-04-23 13:50:17 10.20.10.202ID-DMZ-FTP-01\jenkins 10.70.10.89 990 
ControlChannelClosed - - 258 065695061-f5fb-42f3-9eba-81b42e914ee5 -



I cannot get it to work? 

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-users/1295886752.2898998.1429800174346.JavaMail.yahoo%40mail.yahoo.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to