Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem DownloadDirectory with SYST VOS #720

Closed
tn76 opened this issue May 6, 2021 · 8 comments
Closed

Problem DownloadDirectory with SYST VOS #720

tn76 opened this issue May 6, 2021 · 8 comments

Comments

@tn76
Copy link

tn76 commented May 6, 2021

FTP OS: Stratus VOS

FTP Server: VSeries

Computer OS: Windows10

FluentFTP Version: last version

the remote folder seems to be duplicated 3 times

%fra_tpo#m1_d03>env>tms>pgm>log/%fra_tpo#m1_d03>env>tms>pgm>log/%fra_tpo#m1_d03>env>tms>pgm>log No such file or directory.

Logs :


[log_file_06-05-2021.txt](https://github.com/robinrodricks/FluentFTP/files/6433907/log_file_06-05-2021.txt)

@tn76
Copy link
Author

tn76 commented May 6, 2021

Here is my code VB.net : (Connection and SetWorkingDirectory are OK)

Using ftpC As New FtpClient

ftpC.Host = My.Resources.S88FtpIP
ftpC.Port = CInt(My.Resources.S88FtpPort)
ftpC.Credentials = New NetworkCredential(My.Resources.S88FtpUser, My.Resources.S88FtpPwd)
ftpC.Connect()

ftpC.SetWorkingDirectory(My.Resources.S88LogDirectory)

ftpC.DownloadDirectory(My.Resources.LocalLogDirectory, ftpC.GetWorkingDirectory)

End Using

@robinrodricks
Copy link
Owner

The paths are not understood. What kind of wierd server is this?

%fra_tpo#m1_d03>env>tms>pgm>log

@tn76
Copy link
Author

tn76 commented May 18, 2021 via email

@robinrodricks
Copy link
Owner

Can you please share the FluentFTP logs especially at the time of connecting to the server, so I can detect this server and then understand the path characters (> instead of /)

@tn76
Copy link
Author

tn76 commented May 18, 2021 via email

@robinrodricks
Copy link
Owner

robinrodricks commented May 18, 2021

Great, thanks. Sorry I missed the link in the code.

@FanDjango
Copy link
Collaborator

Perhaps someone can use the mechanism for custom parsers and other custom handlers to support Stratus VOS VSeries FTP server. The filepath/filename paradigms are strange, so therefore it needs someone who has experience on this system.

@FanDjango
Copy link
Collaborator

I have moved this to the Wiki: https://github.com/robinrodricks/FluentFTP/wiki/Future-Plans

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants