Quantcast
Channel: THWACK: Popular Discussions - FTP Voyager
Viewing all 15134 articles
Browse latest View live

FTP Voyager SMTP Problems

$
0
0

Hi

 

I have set up the SMTP for the scheduler to use the smtp details for Office 365 which uses port 587. When the event attempts to run, I get an error saying

 

Unable to send message to xxxxxxxxxxx Unable to connect to SMTP server on port 25

 

1) Why is this failing?

2) Why is it saying it is using port 25 when I have told it to use port 587?

 

Thanks


FTP Voyager - Scheduler problem

$
0
0

We have FTP Voyager 16.1.0.0 installed on a Windows 2008 R2 server. We have two automatic uploads scheduled to occur weekly (FTP Voyager establishes a connection to the destination and then moves and .CSV files from a particular directory to the destination). Once the file has been successfully moved, an email alert is generated and delivered internally.

 

This configuration has been working fine, until Daylight savings time began on march 9th.

Now, when the scheduled job runs, it executes continuously for an entire hour; because we receive an email alert when it runs, we know it executes about 2,600 times.

e.g. a scheduled task that should execute one time at 0420 on tuesday is now executing once every few seconds for an hour.


There is a line item on the release notes for 16.1.0.0 (The version we have) which states

 

FTP client release notes for FTP Voyager.

  • Corrected a Scheduler bug where tasks created when daylight savings time is off and scheduled to run daily or at a custom interval would repeatedly run for an hour after their scheduled execution time when daylight savings time resumed.

 

which is exactly what we're experiencing - is this a known issue / was the bug not actually corrected?

 

Thanks!

XCRC command failed

$
0
0

Hi,

 

We are using FTP Voyager 16.1.0.0 & sometimes schedule task stuck. There are 5 actions (Local Folders Synchronize) used. Task log are showing below messages.

Kindly suggest what could be the problem & how to resolve it.

 

[03] Thu 27Nov14 11:08:09 - Transferred 80,058 bytes. 625.45 KB/sec.

[05] Thu 27Nov14 11:08:09 - XCRC "/DATA/Data_11272014_1_00_02_AM.CSV"

[06] Thu 27Nov14 11:08:09 - 500 'XCRC "/Data/Data_11272014_1_00_02_AM.CSV"': command not understood.

[04] Thu 27Nov14 11:08:09 - XCRC command failed. The command may not be supported by this server.

[03] Thu 27Nov14 11:08:09 - XCRC command checking has been disabled for future transfers using this session.

 

Regards,

 

Dhiraj

FTP Voyager command does not work?

$
0
0

I'm running this script on my PC1 with FTP Voyager version 16.2 but it does just open FTP voyager and DOES NOTHING.  No file transfer at all.

I checked and I do see 2 zip files inside d:\temp\ folder.  However if I take this same script and execute on another PC and it work fine.  This PC has same FTP voyager version and same configuration as PC1.

 

Can someone help? thanks.

 

FOR %%G in (d:\temp\*.zip) do (

echo.found %%G

"C:\Program Files\RhinoSoft\FTP Voyager\FTP Voyager.exe" profile="Art_Test_FTPserver" put=%%G remote="/" logfile=NAR_upload.log -nostartupwizard -nosplash autoquit=1

Echo uploaded %%G successfully

Echo.

)

Echo.

Echo completed ...

SSL Accept failed on FTP data channel. The connection will be aborted

$
0
0

Hi,

We have a scheduled task that should upload a file to a remote location via FTP over SSL or TLS. This was working fine with version 15 but not now with version 16. The upload works sometimes but most of the time it doesn't.

 

We really need this to work or else a downgrade must be done. So any ideas or questions will be appreciated.

 

Kind regards,

Peter Nilsson

 

STATUS> Resolving host "ftps.xxxxx.xx"...

STATUS> Connecting to "nnn.nnn.nnn.nnn" on port 21.

STATUS> Connected to nnn.nnn.nnn.nnn:21 from nnn.nn.n.nnn:64626.

220-FTP 10:12:22 on 2016-03-15.

220 Connection will close if idle for more than 5 minutes.

COMMAND> AUTH TLS

234 Security environment established - ready for negotiation

STATUS> SSL connection established. All transactions are now secure.

STATUS> Encryption cipher: 256 bit AES; Version: TLSv1/SSLv3.

STATUS> Connected. Logging in to the server.

COMMAND> USER xyz

331 Send password please.

COMMAND> PASS ***

230 xyz is logged on.  Working directory is "/remotefolder1/remotefolder2/out".

STATUS> Login successful.

COMMAND> SYST

215 UNIX is the operating system of this server. FTP Server is running on z/OS.

COMMAND> FEAT

211- Extensions supported

SIZE

MDTM

AUTH TLS

PBSZ

PROT

211 End

COMMAND> REST 100

504 Restart requires Block or Compressed transfer mode.

STATUS> Server supports resume.

COMMAND> PBSZ 0

200 Protection buffer size accepted

COMMAND> PROT P

200 Data connection protection set to private

COMMAND> PWD

257 "/remotefolder1/remotefolder2/out" is the HFS working directory.

COMMAND> CWD /remotefolder1/remotefolder2/in

250 HFS directory /remotefolder1/remotefolder2/in is the current working directory

COMMAND> PASV

227 Entering Passive Mode (nnn,nnn,nnn,nnn,nnn,nn)

STATUS> Opening passive mode data connection to nnn.nnn.nnn.nnn, port 60734.

STATUS> Negotiating SSL connection with server...

COMMAND> LIST /remotefolder1/remotefolder2/in/File123.txt

550 LIST cmd failed : ls: FSUM6785 File or directory "/remotefolder1/remotefolder2/in/File123.txt" is not found

STATUS> Sending: \\localserver\localfolder1\localfolder2\out\File123.txt -> /remotefolder1/remotefolder2/in/File123.txt

COMMAND> TYPE A

ERROR> SSL Accept failed on FTP data channel. The connection will be aborted.

STATUS> Resolving host "ftps.xxxxx.xx"...

STATUS> Connecting to "nnn.nnn.nnn.nnn" on port 21.

STATUS> Connected to nnn.nnn.nnn.nnn:21 from nnn.nn.n.nnn:64630.

220-FTP 10:12:25 on 2016-03-15.

220 Connection will close if idle for more than 5 minutes.

COMMAND> AUTH TLS

234 Security environment established - ready for negotiation

STATUS> SSL connection established. All transactions are now secure.

STATUS> Encryption cipher: 256 bit AES; Version: TLSv1/SSLv3.

STATUS> Connected. Logging in to the server.

COMMAND> USER xyz

331 Send password please.

COMMAND> PASS ***

230 xyz is logged on.  Working directory is "/remotefolder1/remotefolder2/out".

STATUS> Login successful.

COMMAND> SYST

215 UNIX is the operating system of this server. FTP Server is running on z/OS.

COMMAND> FEAT

211- Extensions supported

SIZE

MDTM

AUTH TLS

PBSZ

PROT

211 End

COMMAND> REST 100

504 Restart requires Block or Compressed transfer mode.

STATUS> Server supports resume.

COMMAND> PBSZ 0

200 Protection buffer size accepted

COMMAND> PROT P

200 Data connection protection set to private

COMMAND> PWD

257 "/remotefolder1/remotefolder2/out" is the HFS working directory.

COMMAND> QUIT

221 Quit command received. Goodbye.

FTP Voyager - Does it support TLS 1.1

$
0
0

We need to send a document via FTP over TLS (Explicit) using TLS 1.1.  Does FTP Voyager 16.1 support that?  If so, how do I get my site profile to use that?

 

Thanks

Command rejected due to sftp proxy policy settings: SSH_FXP_READ

$
0
0

With FTP Voyager I can download 3 MB at a time but then the transfer will just hang and we have a 600 MB file to download. 

 

Here is the message: SSH_FXP_STATUS: status: SSH_FX_NO_CONNECTION; description: [2016/11/04 11:54:40.156] SSE2636 Command rejected due to sftp proxy policy settings: SSH_FXP_READ

 

I also know that the server is running SSH_FXP_VERSION: 3 and FTP Voyager is running as version 6 but I cannot find a place to change this.

 

Any help on this will be greatly appreciated. 

FTP Voyager hangs on splash screen hiding an error message if not started after a fresh reboot

$
0
0

I'm very annoyed. I use FTP Voyager for over 10 years by now. Updated to 16.0.2.0., then got an e-mail saying solarwinds bought it and it's freeware now.

 

Two weeks later, it already stoped working and support stopped as well, I now have to create an avatar, get friends to join this community to get points all just to tell me what I have to do so the program works again like it did all those years?

  To: service@rhinosoft.com Cc: Subject: FTP Voyager crashes at splash screen Product=FTP Voyager Secure Product Version=16.0.2.0 Operating System=Windows 7 (64-bit) Firewall/Antivirus software=Sophos Internet Connection=ISDN/DSL/Cable (Home Network) Recommended KB articles= 1025, 1151, 1172, 1193, 1202, 1302, 1415, 1447, 1449, 1613, 1673, 1679 Viewed KB articles= http://www.RhinoSoft.com/kbsearch.asp?TechHelp=1025,1151,1172,1193,1202,1302,1415,1447,1449,1613,1673,1679 Description: If FTP Voyager is free by now, why does it refuse to work on a second computer once it crashes on this one? And why does it crash in the first place? I cannot start FTP Voyager on this computer, it hangs on the splash screen which also covers and thus hides the error message. If I reboot, it works once or twice, then it hangs again on the splash screen. If I leave it running, it stalls after a few hours, using all CPU power, so I have to kill it. I'm already at the stage of using a second computer for FTP jobs so I do not always have to stop working to reboot, but then FTP Yoyager says I'm using FTP Voyager on two machines at the same time as the crashed one blocks the licence. a) if FTP Voyager is free by now, why does it still check the licence? b) why does it crash all the time? I have used it for many years without problems. This Version 16.0.2.0 worked well before too.


Receiving error: SSL accept failed on FTP data channel

$
0
0

Continually getting the following message after a connection is created from FTP Voyager:

 

SSL accept failed on FTP data channel - The connection will be aborted

 

Using FTP over TLS - explicit

 

Works from FileZilla for example to the same host with the same credentials.

Can't connect to my ftp site!

$
0
0

Hi,

 

Recently got a new computer, and I don't ftp very often, here's the errors I'm receiving, sorry for the length:

FTP Voyager - Version 15.2.0.0

 

 

STATUS:>  Connecting to "ftp.j-a-associates.com" on port 21.

          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

          220-You are user number 3 of 50 allowed.

          220-Local time is now 16:18. Server port: 21.

          220-This is a private system - No anonymous login

          220-IPv6 connections are also welcome on this server.

          220 You will be disconnected after 15 minutes of inactivity.

STATUS:>  Connected.  Logging into the server

COMMAND:> HOST ftp.j-a-associates.com

          530 You aren't logged in

COMMAND:> USER jaass2

          331 User jaass2 OK. Password required

COMMAND:> PASS *********

          230 OK. Current restricted directory is /

STATUS:>  Login successful

COMMAND:> SYST

          215 UNIX Type: L8

COMMAND:> FEAT

          211-Extensions supported:

           EPRT

           IDLE

           MDTM

           SIZE

           REST STREAM

           MLST type*;size*;sizd*;modify*;UNIX.mode*;UNIX.uid*;UNIX.gid*;unique*;

           MLSD

           AUTH TLS

           PBSZ

           PROT

           ESTA

           PASV

           EPSV

           SPSV

           ESTP

          211 End.

STATUS:>  Server supports resume

COMMAND:> PWD

          257 "/" is your current location

COMMAND:> CWD /

          250 OK. Current directory is /

COMMAND:> OPTS MLST Type;Size;Modify;UNIX.mode;UNIX.owner;UNIX.group;

          200  MLST OPTS type;size;sizd;modify;UNIX.mode;UNIX.uid;UNIX.gid;unique;

COMMAND:> PORT 192,168,1,103,220,112

          200 PORT command successful

COMMAND:> MLSD

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

ERROR:>   Socket error: Unknown socket error (1814)

STATUS:>  Error sending command "MLSD".  Reconnecting (send attempt 2)...

STATUS:>  Connecting to "ftp.j-a-associates.com" on port 21.

          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

          220-You are user number 3 of 50 allowed.

          220-Local time is now 16:19. Server port: 21.

          220-This is a private system - No anonymous login

          220-IPv6 connections are also welcome on this server.

          220 You will be disconnected after 15 minutes of inactivity.

STATUS:>  Connected.  Logging into the server

COMMAND:> USER jaass2

          331 User jaass2 OK. Password required

COMMAND:> PASS *********

          230 OK. Current restricted directory is /

STATUS:>  Login successful

COMMAND:> SYST

          215 UNIX Type: L8

STATUS:>  Server supports resume

COMMAND:> CWD /

          250 OK. Current directory is /

STATUS:>  Successful reconnect.  Attempting to resend failed command.

COMMAND:> PORT 192,168,1,103,220,115

          200 PORT command successful

COMMAND:> MLSD

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

ERROR:>   Socket error: Unknown socket error (1814)

STATUS:>  Error sending command "MLSD".  Reconnecting (send attempt 3)...

STATUS:>  Connecting to "ftp.j-a-associates.com" on port 21.

          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

          220-You are user number 4 of 50 allowed.

          220-Local time is now 16:20. Server port: 21.

          220-This is a private system - No anonymous login

          220-IPv6 connections are also welcome on this server.

          220 You will be disconnected after 15 minutes of inactivity.

STATUS:>  Connected.  Logging into the server

COMMAND:> USER jaass2

          331 User jaass2 OK. Password required

COMMAND:> PASS *********

          230 OK. Current restricted directory is /

STATUS:>  Login successful

COMMAND:> SYST

          215 UNIX Type: L8

STATUS:>  Server supports resume

COMMAND:> CWD /

          250 OK. Current directory is /

STATUS:>  Successful reconnect.  Attempting to resend failed command.

COMMAND:> PORT 192,168,1,103,220,118

          200 PORT command successful

COMMAND:> MLSD

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

ERROR:>   Socket error: Unknown socket error (1814)

STATUS:>  Error sending command "MLSD".  Reconnecting (send attempt 4)...

COMMAND:> NOOP

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

STATUS:>  Connecting to "ftp.j-a-associates.com" on port 21.

          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

          220-You are user number 3 of 50 allowed.

          220-Local time is now 16:22. Server port: 21.

          220-This is a private system - No anonymous login

          220-IPv6 connections are also welcome on this server.

          220 You will be disconnected after 15 minutes of inactivity.

STATUS:>  Connected.  Logging into the server

COMMAND:> USER jaass2

          331 User jaass2 OK. Password required

COMMAND:> PASS *********

          230 OK. Current restricted directory is /

STATUS:>  Login successful

COMMAND:> SYST

          215 UNIX Type: L8

STATUS:>  Server supports resume

COMMAND:> CWD /

          250 OK. Current directory is /

STATUS:>  Successful reconnect.  Attempting to resend failed command.

COMMAND:> PORT 192,168,1,103,220,149

          200 PORT command successful

COMMAND:> MLSD

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

ERROR:>   Socket error: Unknown socket error (1814)

STATUS:>  Error sending command "MLSD".  Reconnecting (send attempt 5)...

STATUS:>  Connecting to "ftp.j-a-associates.com" on port 21.

          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

          220-You are user number 3 of 50 allowed.

          220-Local time is now 16:23. Server port: 21.

          220-This is a private system - No anonymous login

          220-IPv6 connections are also welcome on this server.

          220 You will be disconnected after 15 minutes of inactivity.

STATUS:>  Connected.  Logging into the server

COMMAND:> USER jaass2

          331 User jaass2 OK. Password required

COMMAND:> PASS *********

          230 OK. Current restricted directory is /

STATUS:>  Login successful

COMMAND:> SYST

          215 UNIX Type: L8

STATUS:>  Server supports resume

COMMAND:> CWD /

          250 OK. Current directory is /

STATUS:>  Successful reconnect.  Attempting to resend failed command.

COMMAND:> PORT 192,168,1,103,220,153

          200 PORT command successful

COMMAND:> MLSD

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

ERROR:>   Socket error: Unknown socket error (1814)

STATUS:>  Error sending command "MLSD".  Reconnecting (send attempt 6)...

STATUS:>  Connecting to "ftp.j-a-associates.com" on port 21.

          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

          220-You are user number 4 of 50 allowed.

          220-Local time is now 16:25. Server port: 21.

          220-This is a private system - No anonymous login

          220-IPv6 connections are also welcome on this server.

          220 You will be disconnected after 15 minutes of inactivity.

STATUS:>  Connected.  Logging into the server

COMMAND:> USER jaass2

          331 User jaass2 OK. Password required

COMMAND:> PASS *********

          230 OK. Current restricted directory is /

STATUS:>  Login successful

COMMAND:> SYST

          215 UNIX Type: L8

STATUS:>  Server supports resume

COMMAND:> CWD /

          250 OK. Current directory is /

STATUS:>  Successful reconnect.  Attempting to resend failed command.

COMMAND:> PORT 192,168,1,103,220,158

          200 PORT command successful

COMMAND:> MLSD

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

ERROR:>   Socket error: Unknown socket error (1814)

STATUS:>  Error sending command "MLSD".  Reconnecting (send attempt 7)...

STATUS:>  Connecting to "ftp.j-a-associates.com" on port 21.

          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

          220-You are user number 4 of 50 allowed.

          220-Local time is now 16:26. Server port: 21.

          220-This is a private system - No anonymous login

          220-IPv6 connections are also welcome on this server.

          220 You will be disconnected after 15 minutes of inactivity.

STATUS:>  Connected.  Logging into the server

COMMAND:> USER jaass2

          331 User jaass2 OK. Password required

COMMAND:> PASS *********

          230 OK. Current restricted directory is /

STATUS:>  Login successful

COMMAND:> SYST

COMMAND:> NOOP

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

STATUS:>  Server supports resume

COMMAND:> CWD /

          250 OK. Current directory is /

STATUS:>  Successful reconnect.  Attempting to resend failed command.

COMMAND:> PORT 192,168,1,103,220,160

          200 PORT command successful

COMMAND:> MLSD

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

ERROR:>   Socket error: Unknown socket error (1814)

STATUS:>  Error sending command "MLSD".  Reconnecting (send attempt 8)...

STATUS:>  Connecting to "ftp.j-a-associates.com" on port 21.

          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

          220-You are user number 3 of 50 allowed.

          220-Local time is now 16:28. Server port: 21.

          220-This is a private system - No anonymous login

          220-IPv6 connections are also welcome on this server.

          220 You will be disconnected after 15 minutes of inactivity.

STATUS:>  Connected.  Logging into the server

COMMAND:> USER jaass2

          331 User jaass2 OK. Password required

COMMAND:> PASS *********

          230 OK. Current restricted directory is /

STATUS:>  Login successful

COMMAND:> SYST

          215 UNIX Type: L8

STATUS:>  Server supports resume

COMMAND:> CWD /

          250 OK. Current directory is /

STATUS:>  Successful reconnect.  Attempting to resend failed command.

COMMAND:> PORT 192,168,1,103,220,165

          200 PORT command successful

COMMAND:> MLSD

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

ERROR:>   Socket error: Unknown socket error (1814)

STATUS:>  Error sending command "MLSD".  Reconnecting (send attempt 9)...

STATUS:>  Connecting to "ftp.j-a-associates.com" on port 21.

          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

          220-You are user number 3 of 50 allowed.

          220-Local time is now 16:29. Server port: 21.

          220-This is a private system - No anonymous login

          220-IPv6 connections are also welcome on this server.

          220 You will be disconnected after 15 minutes of inactivity.

STATUS:>  Connected.  Logging into the server

COMMAND:> USER jaass2

          331 User jaass2 OK. Password required

COMMAND:> PASS *********

          230 OK. Current restricted directory is /

STATUS:>  Login successful

COMMAND:> SYST

          215 UNIX Type: L8

STATUS:>  Server supports resume

COMMAND:> CWD /

          250 OK. Current directory is /

STATUS:>  Successful reconnect.  Attempting to resend failed command.

COMMAND:> PORT 192,168,1,103,220,169

          200 PORT command successful

COMMAND:> MLSD

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

ERROR:>   Socket error: Unknown socket error (1814)

STATUS:>  Error sending command "MLSD".  Reconnecting (send attempt 10)...

COMMAND:> NOOP

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

STATUS:>  Connecting to "ftp.j-a-associates.com" on port 21.

          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

          220-You are user number 2 of 50 allowed.

          220-Local time is now 16:31. Server port: 21.

          220-This is a private system - No anonymous login

          220-IPv6 connections are also welcome on this server.

          220 You will be disconnected after 15 minutes of inactivity.

STATUS:>  Connected.  Logging into the server

COMMAND:> USER jaass2

          331 User jaass2 OK. Password required

COMMAND:> PASS *********

          230 OK. Current restricted directory is /

STATUS:>  Login successful

COMMAND:> SYST

          215 UNIX Type: L8

STATUS:>  Server supports resume

COMMAND:> CWD /

          250 OK. Current directory is /

STATUS:>  Successful reconnect.  Attempting to resend failed command.

COMMAND:> PORT 192,168,1,103,220,213

          200 PORT command successful

COMMAND:> MLSD

ERROR:>   Socket error: WSAETIMEDOUT - Connection timed out.  Try using PASV mode (View | Options | Connection) if you receive this error during a LIST, MLSD, or NLST commands. (10060)

ERROR:>   Socket error: Unknown socket error (1814)

STATUS:>  Error sending command "MLSD".  Reconnecting (send attempt 11)...

STATUS:>  Connecting to "ftp.j-a-associates.com" on port 21.

          220---------- Welcome to Pure-FTPd [privsep] [TLS] ----------

          220-You are user number 2 of 50 allowed.

          220-Local time is now 16:32. Server port: 21.

          220-This is a private system - No anonymous login

          220-IPv6 connections are also welcome on this server.

          220 You will be disconnected after 15 minutes of inactivity.

STATUS:>  Connected.  Logging into the server

COMMAND:> USER jaass2

          331 User jaass2 OK. Password required

COMMAND:> PASS *********

          230 OK. Current restricted directory is /

STATUS:>  Login successful

COMMAND:> SYST

          215 UNIX Type: L8

STATUS:>  Server supports resume

COMMAND:> CWD /

          250 OK. Current directory is /

COMMAND:> NOOP

          200 Zzz...

FTP Voyager - Multi-Part Transfer Setting?

$
0
0

Hey Guys -

 

I do a lot of downloading over the internet via FTP - most of which are files 1gb - 8gb.  For a couple of years now, I've used SmartFTP due to it's feature of being able to set "Multi-Part Transfers.  Using this makes downloading much faster per file!  For example, when downloading a large file (1gb+) with default settings, it downloads at ~250kb/s  when above is set to 32, I go my max speed of 2.0mb/s.  If not familer, here's how the setting works:

 

- It applies to each download worker

- You may set the file size threshold for it to be used (I set mine to 1mb)

- You configure how many "Parts" (connections) you wish for it to use (between 1 - 32)

- It may be enabled or disabled globally or per favorite

 

I'm trying to find an alternative FTP client as SmartFTP has had issues recently, but cannot find one which offers this setting.  Does FTP Voyager?

 

I downloaded and installed FTP Voyager and started a download from the same site with default settings and 1 worker.  The download speed capped at about 270kb/s.

 

If you could tell me how to set this if available, I'd appreciate it very much!

 

Thank You!

Email Settings and Scheduler Profiles

$
0
0

We are evaluating FTP Voyager for automating file transfers between sites with SSL. There are two worrisome issues:

 

  1. Email reporting is failing. I am receiving an error in the Scheduler log stating the following:
    1. [04] Wed 31Dec14 13:43:30 - EVENT ERROR: Unable to send message to 'Test_email_Address': Unable to connect to SMTP server  on port 25.
    2. Our SMTP server is functioning with other services from this same server.
    3. I have input the SMTP information into both the FTP Voyager Options and the Scheduler Options.
    4. I have also checked the configuration files called out in another thread here and see our SMTP information correctly.
  2. I cannot create Scheduler Site Profiles directly.
    1. I have to create them in the FTP Voyager Site Profile First and then right click and select 'Copy to Scheduler'
    2. If I create them in the Scheduler Site Profile directly, none of the advanced features apply correctly and the profile will not connect to the SSL site.

 

I believe the two issues may be related.  Issue number 2 is an annoyance but not a show stopper. Issue number 1 on the other hand is preventing me from completing my proof of concept and integration into monitoring.

The scheduler service is running as a domain user with full rights to the server it's running on.

 

Any assistance would be greatly appreciated. I can provide log files, screen shots, etc. if required.

 

Thanks,

 

-Mike

FTP Voyager Scheduler hangs when connecting to F5

$
0
0

I'm setting up the FTP Voyager Scheduler to download backup files from our F5's. It works on some, with this log message:

[12] Tue 13Oct15 12:05:04 - (Task: f5-internal-01_backup) - Execution successfully completed.

 

[07] Tue 13Oct15 12:05:07 - SSH_MSG_DISCONNECT: reason code 11; description: Disconnection initiated by user.

 

But fails on 4 out of 6 with this log message:

 

[07] Tue 13Oct15 14:05:48 - SSH_MSG_DISCONNECT: reason code 11; description: Disconnection initiated by user.

 


[13] Tue 13Oct15 14:07:24 - (Action: "/var/local/ucs" to "C:\SFTP_Root\f5-internal-03") - Action was aborted.


[12] Tue 13Oct15 14:07:24 - (Task: f5-internal-03_backup) - Execution was aborted.


[07] Tue 13Oct15 14:07:24 - SSH_MSG_DISCONNECT: reason code 11; description: Disconnection initiated by user.

The last message is from having to cancel the task, as it just sits at "Executing". The only difference is the F5 OS version, the ones that work are 11.2.0 and the ones that fail are 11.6.0, anyone see this before?

Scheduler not sending emails after Task complete

$
0
0

I have setup FTP Voyager with the SMTP settings for gmail to send an email after FTP Scheduler completes a task. I have added the event, send email after task complete, however I do not receive an email.

 

Any help would be appreciated

 

Regards

Nick

FTP Voyager/Scheduler v16..Need Help Please!

$
0
0

Hi All. I upgraded by FTP Voyager/Scheduler from v13 to v16. The interface I like along with the stability but I am having issues galore. So I'll post some and see what I get back. The questions below assume it worked fine in v13 and isn't or is doing something different in v16.

 

 

1) My downloads from Unix to Windows used ASCII and was fine. Now the CR (carriage returns) are being stripped and I can't figure out why or how to fix it. In global and profile options I have tried all 3 transfer modes. The file is still stripped.

 

2) My scheduler actions I have just the file to download and the local path I could use the variables for dates and also rename it from there. Now, if I use a variable or rename in that local path line, it creates a folder with the dates variables and put the file in side unchanged. <- driving me crazy.

 

3) Many jobs were failing saying "path not found" which I learned has to be the absolute path now. Is this true?

 

Any help with these would be great. I have had to write a bunch of batch files for temporary use until I can figure out how to make Voyager do it [again] like it has been.

 

 

 

Thanks all


FTP Voyager and email alerts

$
0
0

Hello, I've scoured this site as well as the web looking for an answer to my Voyager email challenges.

 

I really like the program and in fact it seems to work very well for what I'm doing; however, I cannot make the email alerts function at all.

I have ensured the following:

1) email settings are proper in the Options area

2) email setting match the Option email settings in the "Scheduler Options" area

3) Tried both a gmail account and yahoo.  The gmail refuses to work always timing out regardless.  The yahoo account never errors out but then emails are never received, which is confusing.

4) Tried on two different systems connected to unique networks

 

Current Scheduler email settings in options:

Server:  smtp.mail.yahoo.com

Port: 465

Use SSL: YES

USE Authentication: YES

Account Name: full email address

Account Password: proper password

 

Email settings in OPTIONS area are essentially the same.

 

EVENT setup in the TASK:  Execution START as well as the EVENT SCHEDULE area.

 

Any suggestions?

Thank you,

brian

Problems with FTP voyager connecting to IIS 8.5 FTP server

$
0
0

I realize that the company has little incentive to worry about how their free FTP client inter-operates with a rival server product, but I wondered if anyone had any clues about my problems connecting to IIS FTP server.  (Long ago I purchased Serv-U for my now geriatric server, and once owned an actual purchased copy of FTP voyager back when it was a paid product.  But by the time moved to a new server, Serv-U went upscale and is way too expensive for my humble purposes.)

 

I get two types of error, which might or might not be related:

 

1) When uploading multiple files at once to the server, the connection always hangs on the second file after successfully uploading one file.  IIS log looks like this:

2016-03-02 19:20:56 11.22.33.44 servername\username 44.33.22.11 990 PASV - 227 0 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

2016-03-02 19:20:56 11.22.33.44 servername\username 44.33.22.11 59159 DataChannelOpened - - 0 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

2016-03-02 19:20:56 11.22.33.44 servername\username 44.33.22.11 59159 DataChannelClosed - - 2 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

2016-03-02 19:20:56 11.22.33.44 servername\username 44.33.22.11 990 LIST /transfer/cart-proc.png 550 2 0 1566c127-f9c4-423d-a1b3-baaa0225faea /transfer/cart-proc.png -

2016-03-02 19:20:56 11.22.33.44 servername\username 44.33.22.11 990 TYPE I 200 0 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

2016-03-02 19:20:56 11.22.33.44 servername\username 44.33.22.11 990 PASV - 227 0 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

2016-03-02 19:20:56 11.22.33.44 servername\username 44.33.22.11 59160 DataChannelOpened - - 0 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

2016-03-02 19:20:56 11.22.33.44 servername\username 44.33.22.11 59160 DataChannelClosed - - 0 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

2016-03-02 19:20:56 11.22.33.44 servername\username 44.33.22.11 990 STOR cart-proc.png 226 0 0 1566c127-f9c4-423d-a1b3-baaa0225faea /transfer/cart-proc.png -

2016-03-02 19:20:56 11.22.33.44 servername\username 44.33.22.11 990 XCRC "/transfer/cart-proc.png" 500 87 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

2016-03-02 19:20:56 11.22.33.44 servername\username 44.33.22.11 990 MDTM 20151217045612+/transfer/cart-proc.png 213 0 0 1566c127-f9c4-423d-a1b3-baaa0225faea /transfer/cart-proc.png -

2016-03-02 19:20:56 11.22.33.44 servername\username 44.33.22.11 990 PASV - 227 0 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

2016-03-02 19:20:57 - servername\username 44.33.22.11 59161 DataChannelClosed - - 2 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

2016-03-02 19:20:57 11.22.33.44 servername\username 44.33.22.11 990 LIST /transfer/core-strat.png 550 2 0 1566c127-f9c4-423d-a1b3-baaa0225faea /transfer/core-strat.png -

2016-03-02 19:20:57 11.22.33.44 servername\username 44.33.22.11 990 PASV - 227 0 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

2016-03-02 19:20:57 - servername\username 44.33.22.11 59162 DataChannelClosed - - 0 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

2016-03-02 19:20:57 11.22.33.44 servername\username 44.33.22.11 990 ControlChannelClosed - - 0 0 1566c127-f9c4-423d-a1b3-baaa0225faea - -

This is just uploading a bunch of random images to a folder called "transfer".  After the LIST command for the second filename (to see if it's already there), and another PASV command, everything poops out.

 

2) I get a lot of "SSL Accept Failed on FTP Data Channel" errors.  These pop up any time I try to upload a file when a file of the same name already exists in the destination folder; and also at random other times.  To get anything done, I need to delete or rename any file of the same name from the server first before uploading; and when the "SSL Accept ..." error pops up at other random times, I need to refresh the destination folder and try again, sometimes repeating this cycle several times.  Eventually it always works, but it's a pain.  The IIS log file for an attempt to upload a file which already exists, generating the "SSL Accept ..." error, looks like this:

2016-03-02 20:56:26 11.22.33.44 - 44.33.22.11 990 ControlChannelOpened - - 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:26 11.22.33.44 - 44.33.22.11 990 USER username 331 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:26 11.22.33.44 servername\username 44.33.22.11 990 PASS *** 230 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 / -

2016-03-02 20:56:26 11.22.33.44 servername\username 44.33.22.11 990 SYST - 215 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:26 11.22.33.44 servername\username 44.33.22.11 990 FEAT - 211 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:26 11.22.33.44 servername\username 44.33.22.11 990 OPTS UTF8+ON 200 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:26 11.22.33.44 servername\username 44.33.22.11 990 PBSZ 0 200 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:26 11.22.33.44 servername\username 44.33.22.11 990 PROT P 200 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:26 11.22.33.44 servername\username 44.33.22.11 990 PWD - 257 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:26 11.22.33.44 servername\username 44.33.22.11 990 CWD /transfer 250 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 /transfer -

2016-03-02 20:56:26 11.22.33.44 servername\username 44.33.22.11 990 PASV - 227 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:27 11.22.33.44 servername\username 44.33.22.11 64021 DataChannelOpened - - 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:27 11.22.33.44 servername\username 44.33.22.11 64021 DataChannelClosed - - 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:27 11.22.33.44 servername\username 44.33.22.11 990 LIST /transfer/pxspoe.png 226 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 /transfer/pxspoe.png -

2016-03-02 20:56:27 11.22.33.44 servername\username 44.33.22.11 990 PASV - 227 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:27 11.22.33.44 servername\username 44.33.22.11 64022 DataChannelOpened - - 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:27 11.22.33.44 servername\username 44.33.22.11 64022 DataChannelClosed - - 2 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:27 11.22.33.44 servername\username 44.33.22.11 990 LIST /transfer/pxspoe+(2).png 550 2 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 /transfer/pxspoe+(2).png -

2016-03-02 20:56:27 11.22.33.44 servername\username 44.33.22.11 990 TYPE I 200 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

2016-03-02 20:56:30 11.22.33.44 servername\username 44.33.22.11 990 ControlChannelClosed - - 0 0 cca4903e-ca7c-4a25-87ba-dd2af0e98a04 - -

 

It's not very informative.  It gets as far as verifying that the alternative filename is available, and then poops out.  IIS FTP server seems to have no more logging detail available.  It's not just a dumb-nuts firewall problem, since I can upload individual files one at a time in passive mode using the tricks mentioned above.

 

Any insight is appreciated.

The server has unexpectedly closed the connection

$
0
0

Hi I am not able to connect to SFTP  server from windows 20089 server with proxy server

 

getting error message The serverhasunexpectedlyclosed the connection

 

from the same server i am able to connect to SFTP via wiscp 

 

i believe the issue is with encryption because Winscp had Diffi Helman Exchange group that is not available in FTP voyager

 

Please help

 

Regards

 

Kamran Shams

Rename files with scheduler

$
0
0

I am unable to get the scheduler to rename uploaded file. I can manually transfer and the files are renamed just fine. Is there a fix for this.

FTP Voyager Hangs after completion of last folder

$
0
0

Trying to use the FTP Voyager as a backup utility for my dedicated server.

 

Runs flawlessly until it hits the last folder. Thought for a while it was hanging in the middle of the backup, but created a empty folder after the last folder it had been backing up - and it hung on that folder.

 

It reaches the point where it should just disconnect from the remote server, with a complete back up. But it does not disconnect and repeating a KEEP ALIVE line.

 

Any suggestions on how to get it to disconnect and complete the job?

Viewing all 15134 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>