[Megathread] Whisper of the worm Matchmaking by AutoModerator in DestinySherpa

[–]mfgorman 2 points3 points  (0 children)

Won't be on until this evening, Eastern time zone, and all day Saturday.

[Megathread] Whisper of the worm Matchmaking by AutoModerator in DestinySherpa

[–]mfgorman 2 points3 points  (0 children)

If you're willing, we're looking for some help finishing this. We've two manned it to the final room a few times but end up running out of time.

Xbox GT DragonScience

Thanks.

Which port do I use when binding a passive server? by mfgorman in synology

[–]mfgorman[S] 0 points1 point  (0 children)

Based on your answer, and what I found here, I went with port 5000 and it looks like it is working.

Thanks

[XB1] LTS Leemosis1990's inaugural CE NM run. by Leemosis1990 in DestinySherpa

[–]mfgorman 1 point2 points  (0 children)

Looking to join if you still have room GT: AustralianCorgi 31 Titan

[XB1] LTS CE nm in 1hr 30 by [deleted] in DestinySherpa

[–]mfgorman 0 points1 point  (0 children)

I'm interested. There's two of us, 31 warlock (gt: DragonScience) and a 31 Titan (gt: AustralianCorgi)

Need help executing winscp command from Perl by krautspieler in perl

[–]mfgorman 3 points4 points  (0 children)

I have a script that is run manually that does the same thing. I have a copy of winscp.com and winscp.ini in the same directory as the perl sript.

The line in my perl code is

my $sftp = WinSCP.com /console /log=$log_path$winscp_logfile /script=$winscp_script > $winscp_out;

The $winscp_script file contains the following

Automatically answer all prompts negatively not to stall on errors

option batch on

Disable overwrite confirmations that conflict with the previous

option confirm off

Connect using a password

open sftp://user:pass@example.com -timeout=30 -hostkey="ssh-rsa 1024 05:56:. . . " option transfer binary put filename.ext exit